phaserjs / phaser-ce

Phaser CE is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.
http://phaser.io
MIT License
1.34k stars 491 forks source link

Creature runtime update + add skin and item swapping support #603

Closed rroylance closed 5 years ago

rroylance commented 5 years ago

This PR

Describe the changes below: Updated Creature runtime to the latest version. Updated Phaser.Creature GameObjectFactory and constructor to be more feature rich and to match runtime. Fixed some Phaser.Creature documentation issues. Updated Phaser.Creature to add skin swapping support.