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: about 2 months ago
JSON representation

Draws tween timelines and prints tween properties. Phaser 2/CE

Lists

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);
```