phaser/build
clark-stevenson 700d8d5258 PIXI + Phaser Definitions
Thanks to @natelong for Maintaining the original PIXI definitions.

Updated to 1.5.2 PIXI. 

Needs testing. May be missing updates from the dev branch of Phaser 1.2 that occurred in the last few days.  

Warning! I made Phaser.point extend PIXI.Point. It was the only way I could get this to work. 

If class property position is PIXI.Point
And you try to overlay position with Phaser.Point

I get "X cannot extend Y type mismatch" for a whole bunch of classes. Only when I extend PIXI.Point does the errors dissapear. 

Also was not sure to include PIXI in this file or a separate one.
2014-03-03 23:46:24 +00:00
..
custom Fixed issue where Image, Sprite, etc wouldn't call preUpdate or postUpdate of its children. 2014-02-28 19:45:15 +00:00
config.php Renamed Phaser.BitmapFont to Phaser.RetroFont because I believe it will cause confusion otherwise. Also tidied up the asset fonts folder. 2014-03-03 17:05:28 +00:00
phaser.d.ts PIXI + Phaser Definitions 2014-03-03 23:46:24 +00:00
phaser.js Fixed issue where Image, Sprite, etc wouldn't call preUpdate or postUpdate of its children. 2014-02-28 19:45:15 +00:00
phaser.map Fixed issue where Image, Sprite, etc wouldn't call preUpdate or postUpdate of its children. 2014-02-28 19:45:15 +00:00
phaser.min.js Fixed issue where Image, Sprite, etc wouldn't call preUpdate or postUpdate of its children. 2014-02-28 19:45:15 +00:00