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 Module Region Alpha Fix #625

Closed ndee85 closed 5 years ago

ndee85 commented 5 years ago

Alpha for the whole Creature Object does work. But for single regions it didn't. This commit fixes the alpha region bug. Animating alpha for regions in creature now also displays correctly in phaser. We are using this for a framework of our own which is based on phaser ce. So this is tested and works.