mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 00:28:31 -05:00
30 lines
659 B
Text
30 lines
659 B
Text
.modal-header
|
|
button(type='button', data-dismiss="modal", aria-hidden="true").close ×
|
|
h3
|
|
if selectingPoint
|
|
| Select Point
|
|
else
|
|
| Select Region
|
|
.modal-body
|
|
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=590)
|
|
.modal-footer
|
|
a.btn.btn-primary#done-button Done
|
|
|