mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 00:28:31 -05:00
22 lines
No EOL
832 B
Text
22 lines
No EOL
832 B
Text
.thangs-container.thangs-column
|
|
h3(data-i18n="editor.level_tab_thangs_title") Current Thangs
|
|
#thangs-treema(title="Double click to configure a thang")
|
|
|
|
.world-container.thangs-column
|
|
h3(data-i18n="editor.level_tab_thangs_conditions") Starting Conditions
|
|
#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
|
|
#thangs-list
|
|
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
|
|
#editor-level-thang-edit.hide |