codecombat/app/templates/editor/thang/edit.jade

77 lines
2 KiB
Text
Raw Normal View History

2014-01-03 13:32:13 -05:00
extends /templates/base
block content
img#portrait.img-polaroid
2014-01-03 13:32:13 -05:00
button.btn.btn-primary#save-button(data-toggle="coco-modal", data-target="modal/save_version")
| Save
button.btn.btn-primary#revert-button(data-toggle="coco-modal", data-target="modal/revert", data-i18n="revert.revert") Revert
2014-01-03 13:32:13 -05:00
h3 Edit Thang Type: "#{thangType.attributes.name}"
ul.nav.nav-tabs
li.active
a(href="#editor-thang-main-tab-view", data-toggle="tab") Main
li
a(href="#editor-thang-components-tab-view", data-toggle="tab") Components
li
a(href="#editor-thang-spritesheets-view", data-toggle="tab") Spritesheets
2014-01-10 19:48:28 -05:00
li
a(href="#editor-thang-colors-tab-view", data-toggle="tab")#color-tab Colors
2014-01-03 13:32:13 -05:00
div.tab-content
2014-01-10 19:48:28 -05:00
div.tab-pane#editor-thang-colors-tab-view
2014-01-03 13:32:13 -05:00
div.tab-pane.active#editor-thang-main-tab-view
div.main-area.well
div.file-controls
select#animations-select
for animation in animations
option #{animation}
button.btn.btn-small.btn-primary#upload-button
i.icon-upload
button.btn.btn-small.btn-primary#clear-button
i.icon-remove
input#real-upload-button(type="file")
2014-01-06 22:33:36 -05:00
button.btn.btn-small.btn-primary#marker-button
i.icon-map-marker
2014-01-03 13:32:13 -05:00
div.slider-cell
| Rotation:
span.rotation-label
.selector#rotation-slider
div.slider-cell
| Scale:
span.scale-label
.selector#scale-slider
div.slider-cell
| Resolution:
span.resolution-label 4.0x
.selector#resolution-slider
div.slider-cell
| Health:
span.health-label 10hp
.selector#health-slider
.clearfix
div#settings-col
div#thang-type-treema
2014-01-06 22:33:36 -05:00
canvas#canvas(width="400", height="400")
.clearfix
2014-01-03 13:32:13 -05:00
div.tab-pane#editor-thang-components-tab-view
#thang-components-edit-view
div.tab-pane#editor-thang-spritesheets-view
div#spritesheets
2014-01-03 13:32:13 -05:00
.clearfix