v0.9.7
Pre-release
Pre-release
Initial beta release of the plugin.
Report bugs on GitHub after checking that they haven't been reported:
How to use
- Install via npm:
npm install @reltdeats/spine-phaser-ce - Add the plugin to your Phaser CE game:
import SpinePlugin from '@reltdeats/spine-phaser-ce';
this.game.plugins.add(SpinePlugin);or...
- Use jsdelivr cdn:
<script src="https://cdn.jsdelivr.net/npm/phaser-ce@2.20.0"></script>
<script src="https://cdn.jsdelivr.net/npm/@reltdeats/spine-phaser-ce@0.9.7/dist/spine-phaser-ce.min.js"></script>
<script>
this.game.plugins.add(SpinePlugin);
</script>Or simply download the files provided here.