| Install & Restart | R |
Installs new code and restarts the level. |
| Run/Pause | Spacebar |
Runs or pauses the game. |
| Show Code | I |
Pops out the code window - use Escape to close. |
| Hide Code | Escape |
Hides the code window or a modal dialog if shown. |
| Toggle Console | C |
Shows or hides the console window. |
| Change Theme | T |
Shows the theme selector for the code window so you can change the syntax highlighting. |
| Level Selector | S |
Shows the level selector in a dialog. |
| Next Level | N |
When the level selector is visible, highlights the next level. |
| Previous Level | P |
When the level selector is visible, highlights the previous level. |
| Save | Ctrl+S |
Saves your code to local storage. |
| Save As | Shift+Ctrl+S |
Prompts you for a new name, then saves your code to local storage. |
| Focus Player | F |
Changes the view so that the player is centered. The view follows the player until the user pans away. |
| Focus Bounds | B |
Changes the view so that all game objects are in view, if possible with maximum zoom-out. |
| Debug Mode | X |
Toggles debug mode. When on, a 100x100px grid is shown along with tooltips for all game objects. |
| Zoom In/Out | +/- |
Zooms in or out with the center of the screen as the origin. You can also use the scroll wheel or pinch to zoom. |
| Pan | Arrow Keys |
Translates the view. You can also drag the mouse or touch and drag. |
| Docs | D |
Opens the documentation in a new tab. |
| About | A |
Shows the about dialog. |