Hello,
I'm trying to render a dynamic bitmap shadow, similar to this example:
http://phaser.io/examples/v2/text/dynamic-text-shadow
I'm trying to replicate it using the shadow method:
http://phaser.io/docs/2.4.1/Phaser.BitmapData.html#shadow
Here's what I have (I think the problem is on line 44):
http://codepen.io/wordyallen/pen/jWLmGV
I guess my question is, how do you update BitmapData ? Any help is appreciated.
Thanks!