https://github.com/samme/phaser-plugin-debug-tween
Draws tween timelines and prints tween properties. Phaser 2/CE
https://github.com/samme/phaser-plugin-debug-tween
phaser phaser-plugin
Last synced: 21 days ago
JSON representation
Draws tween timelines and prints tween properties. Phaser 2/CE
- Host: GitHub
- URL: https://github.com/samme/phaser-plugin-debug-tween
- Owner: samme
- Created: 2016-10-09T01:06:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-14T20:20:14.000Z (over 7 years ago)
- Last Synced: 2025-04-06T09:27:45.614Z (26 days ago)
- Topics: phaser, phaser-plugin
- Language: CoffeeScript
- Homepage: https://samme.github.io/phaser-plugin-debug-tween/
- Size: 249 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://samme.github.io/phaser-plugin-debug-tween/)
[Demo](https://samme.github.io/phaser-plugin-debug-tween/)
Use
---```javascript
// @init: ->
game.plugins.add(Phaser.Plugin.DebugTween);// @render: ->
game.debug.tween(tween, x, y);
game.debug.tweenData(tweenData, x, y);
game.debug.tweenDataInfo(tweenData, x, y);
game.debug.tweenDataValues(tweenData, x, y);
game.debug.tweenInfo(tween, x, y);
```