Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (about 7 years ago)
- Last Synced: 2024-05-18T19:09:37.679Z (9 months ago)
- Topics: phaser, phaser-plugin
- Language: CoffeeScript
- Homepage: https://samme.github.io/phaser-plugin-debug-tween/
- Size: 249 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Demo](https://samme.github.io/phaser-plugin-debug-tween/screenshot.png)](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);
```