https://github.com/samme/phaser-plugin-step
Adds keyboard shortcuts for frame-stepping. Phaser 2/CE
https://github.com/samme/phaser-plugin-step
phaser phaser-plugin
Last synced: 3 months ago
JSON representation
Adds keyboard shortcuts for frame-stepping. Phaser 2/CE
- Host: GitHub
- URL: https://github.com/samme/phaser-plugin-step
- Owner: samme
- Created: 2016-11-10T00:57:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-11T20:31:40.000Z (almost 8 years ago)
- Last Synced: 2025-01-25T06:08:24.039Z (5 months ago)
- Topics: phaser, phaser-plugin
- Language: CoffeeScript
- Homepage: https://samme.github.io/phaser-plugin-step/
- Size: 40 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Adds keyboard shortcuts: . toggle stepping; / step forward.
[Demo](https://samme.github.io/phaser-plugin-step/)
Use 💃
---```javascript
game.plugins.add(Phaser.Plugin.Step)
```