codecombat/app/templates/editor/level/modal/world_select.jade

35 lines
660 B
Text
Raw Normal View History

2014-03-17 07:44:00 -04:00
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=924, height=589)
2014-03-17 07:44:00 -04:00
block modal-footer-content
a.btn.btn-primary#done-button Done
2014-01-30 14:55:46 -05:00