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

20 lines
633 B
Text
Raw Normal View History

2014-01-03 13:32:13 -05:00
.thangs-container.thangs-column
h3 Current Thangs
#thangs-treema(title="Double click to configure a thang")
.world-container.thangs-column
h3 World Starting Conditions
#canvas-wrapper
canvas(width=924, height=589)#surface
#canvas-left-gradient.gradient
#canvas-top-gradient.gradient
.add-thangs-palette.thangs-column
h3 Add Thangs
#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