2014-01-03 13:32:13 -05:00
|
|
|
.thangs-container.thangs-column
|
2014-01-11 11:25:04 -05:00
|
|
|
h3(data-i18n="editor.level_tab_thangs_title") Current Thangs
|
2014-01-03 13:32:13 -05:00
|
|
|
#thangs-treema(title="Double click to configure a thang")
|
|
|
|
|
|
|
|
.world-container.thangs-column
|
2014-01-14 01:29:58 -05:00
|
|
|
h3(data-i18n="editor.level_tab_thangs_conditions") Starting Conditions
|
2014-01-03 13:32:13 -05:00
|
|
|
#canvas-wrapper
|
|
|
|
canvas(width=924, height=589)#surface
|
|
|
|
#canvas-left-gradient.gradient
|
|
|
|
#canvas-top-gradient.gradient
|
|
|
|
|
|
|
|
.add-thangs-palette.thangs-column
|
2014-01-11 11:25:04 -05:00
|
|
|
h3(data-i18n="editor.level_tab_thangs_add") Add Thangs
|
2014-01-03 13:32:13 -05:00
|
|
|
#thangs-list
|
2014-01-21 02:02:23 -05:00
|
|
|
for group in groups
|
|
|
|
h4= group.name
|
|
|
|
for thangType in group.thangs
|
|
|
|
div.add-thang-palette-icon(data-thang-type=thangType.name)
|
|
|
|
- path = '/file/db/thang.type/'+thangType.original+'/portrait.png'
|
|
|
|
img(title="Add " + thangType.name, src=path, alt="")
|
|
|
|
div.clearfix
|
2014-01-03 13:32:13 -05:00
|
|
|
#editor-level-thang-edit.hide
|