Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-11T20:31:40.000Z (over 7 years ago)
- Last Synced: 2024-11-25T07:55:06.739Z (2 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
![Screenshot](https://samme.github.io/phaser-plugin-step/screenshot.png)
Adds keyboard shortcuts: . toggle stepping; / step forward.
[Demo](https://samme.github.io/phaser-plugin-step/)
Use 💃
---```javascript
game.plugins.add(Phaser.Plugin.Step)
```