mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 00:28:31 -05:00
39 lines
780 B
Text
39 lines
780 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
|
|
if flexibleRegion
|
|
div.alert.alert-info
|
|
strong Alt-shift-drag
|
|
| to select ratio
|
|
else
|
|
div.alert.alert-info
|
|
strong Enter
|
|
| to confirm
|
|
canvas(width=924, height=589)
|
|
|
|
block modal-footer-content
|
|
a.btn.btn-primary#done-button Done
|
|
|