phaser/src
Richard Davey abe6f5ace2 Point.parse updated to allow either/or x/y setting and default values.
Point.parse will return a new Point object based on the x and y properties of the object given to Point.parse (thanks @codevinsky #1198)
2014-09-23 22:23:01 +01:00
..
animation Lots of jsdocs fixes ready for the new doc generator. 2014-09-16 17:35:08 +01:00
core StateManager.boot would call start on a State twice if it was added to the game and started before the DOM load had completed. This didn't cause an error but was duplicating function calls needlessly. 2014-09-18 05:14:44 +01:00
gameobjects Point.parse updated to allow either/or x/y setting and default values. 2014-09-23 22:23:01 +01:00
geom Point.parse updated to allow either/or x/y setting and default values. 2014-09-23 22:23:01 +01:00
input jsdoc fixes. 2014-09-18 16:58:25 +01:00
loader AudioSprite support is now built into the Loader and SoundManager. AudioSprites are like sprite sheets, only they consist of a selection of audio files and markers in a json configuration. You can find more details at https://github.com/tonistiigi/audiosprite (thanks @codevinsky #1205) 2014-09-23 22:15:09 +01:00
math Lots of jsdocs fixes ready for the new doc generator. 2014-09-16 17:35:08 +01:00
net Trim trailing whitespace. 2014-03-25 14:56:04 -07:00
particles jsdoc fix 2014-09-22 11:32:26 +01:00
physics Lots of jsdocs fixes ready for the new doc generator. 2014-09-16 17:35:08 +01:00
pixi Updated to latest version of Pixi. 2014-08-28 23:11:13 +01:00
sound AudioSprite support is now built into the Loader and SoundManager. AudioSprites are like sprite sheets, only they consist of a selection of audio files and markers in a json configuration. You can find more details at https://github.com/tonistiigi/audiosprite (thanks @codevinsky #1205) 2014-09-23 22:15:09 +01:00
system jsdoc updates. 2014-09-16 19:44:04 +01:00
tilemap jsdoc updates. 2014-09-16 19:44:04 +01:00
time jsdoc updates. 2014-09-16 19:44:04 +01:00
tween jsdoc updates. 2014-09-16 19:44:04 +01:00
utils The Debug canvas is now cleared on State swap. 2014-09-09 15:28:58 +01:00
Intro.js Brand new Grunt task - creates each core library as its own file and a combined phaser.js. 2014-02-28 09:30:53 +00:00
Outro.js Updated docs. 2014-06-29 21:19:37 +01:00
Phaser.js Preparing for 2.1.2 2014-09-11 12:02:20 +01:00