codecombat/app/templates/editor/level/modal/world_select.jade
2014-03-17 04:44:00 -07:00

34 lines
662 B
Text

extends /templates/modal/modal_base
block modal-header-content
h3
if selectingPoint
| Select Point
else
| Select Region
block modal-body-content
div.instructions
div.alert.alert-info
strong Click
| to pan
div.alert.alert-info
strong Scroll
| to zoom
if selectingPoint
div.alert.alert-info
strong Shift-click
| to select
else
div.alert.alert-info
strong Shift-drag
| to select
div.alert.alert-info
strong Enter
| to confirm
canvas(width=1848, height=1178)
block modal-footer-content
a.btn.btn-primary#done-button Done