codecombat/app/templates/editor/level/thangs_tab.jade

20 lines
765 B
Text
Raw Normal View History

2014-01-03 13:32:13 -05:00
.thangs-container.thangs-column
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
h3(data-i18n="editor.level_tab_thangs_conditions") World 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
h3(data-i18n="editor.level_tab_thangs_add") Add Thangs
2014-01-03 13:32:13 -05:00
#thangs-list
for thangType in thangTypes
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="")
2014-01-03 13:32:13 -05:00
#editor-level-thang-edit.hide