mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-12 08:41:46 -05:00
d77625bc77
* Tweak API doc behavior and styling * Instead of moving to the left during active dialogues, just move to the top * Allow pointer events * Adjust close button * Re-enable pinning API docs for game-dev and web-dev levels * Make sidebar in PlayGameDevLevelView stretch, better layout columns * Set up content of PlayGameDevLevelView sidebar to scroll * Add rest of PlayGameDevLevelView sidebar content, rework what loading looks like * Finish PlayGameDevLevelView * Add share area below * Cover the brown background, paint it gray * Tweak PlayGameDevLevelView * Have progress bar show everything * Fix Surface resize handling * Fix PlayGameDevLevelView resizing incorrectly when playing * Add GameDevVictoryModal to PlayGameDevLevelView * Don't show missing-doctype annotation in Ace * Hook up GameDevVictoryModal copy button * Fix onChangeAnnotation runtime error * Fix onLevelLoaded runtime error * Have CourseVictoryModal link to /courses when course is done * Trim, update CourseDetailsView * Remove last vestiges of teacherMode * Remove giant navigation buttons at top * Quick switch to flat style * Add analytics for game-dev * Update Analytics events for gamedev * Prefix event names with context * Send to Mixpanel * Include more properties * Mostly set up indefinite play and autocast for game-dev levels * Set up cast buttons and shortcut for game-dev * Add rudimentary instructions when students play game-dev levels * Couple tweaks * fix a bit of code that expects frames to always stick around * have PlayGameDevLevelView render a couple frames on load * API Docs use 'game' instead of 'hero' * Move tags to head without combining * Add HTML comment-start string Fixes missing entry point arrows * Fix some whitespace
25 lines
869 B
Text
25 lines
869 B
Text
if view.options.level.isType('game-dev')
|
|
button.btn.btn-lg.btn-illustrated.btn-success.game-dev-play-btn
|
|
span(data-i18n="common.play")
|
|
button.btn.btn-lg.btn-illustrated.btn-success.done-button.secret
|
|
span(data-i18n="play_level.done")
|
|
|
|
else
|
|
|
|
button.btn.btn-lg.btn-illustrated.cast-button(title=view.castVerbose())
|
|
span(data-i18n="play_level.tome_run_button_ran") Ran
|
|
|
|
if !view.observing
|
|
if view.mirror
|
|
.ladder-submission-view
|
|
else
|
|
button.btn.btn-lg.btn-illustrated.submit-button(title=view.castRealTimeVerbose())
|
|
span(data-i18n="play_level.tome_submit_button") Submit
|
|
span.spl.secret.submit-again-time
|
|
|
|
button.btn.btn-lg.btn-illustrated.btn-success.done-button.secret
|
|
span(data-i18n="play_level.done") Done
|
|
|
|
if view.autoSubmitsToLadder
|
|
.hidden
|
|
.ladder-submission-view
|