phaser/src/gameobjects
2014-10-09 02:30:31 +01:00
..
BitmapData.js Fixed issue with textureLine creating white blocks in iOS. 2014-10-09 02:30:31 +01:00
BitmapText.js Lots of jsdocs fixes ready for the new doc generator. 2014-09-16 17:35:08 +01:00
Button.js Lots of jsdocs fixes ready for the new doc generator. 2014-09-16 17:35:08 +01:00
Events.js Lots of jsdocs fixes ready for the new doc generator. 2014-09-16 17:35:08 +01:00
GameObjectCreator.js 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
GameObjectFactory.js Point.parse updated to allow either/or x/y setting and default values. 2014-09-23 22:23:01 +01:00
Graphics.js Lots of jsdocs fixes ready for the new doc generator. 2014-09-16 17:35:08 +01:00
Image.js Added BMD frame checks. 2014-10-05 12:35:40 +01:00
Particle.js Lots of jsdocs fixes ready for the new doc generator. 2014-09-16 17:35:08 +01:00
RenderTexture.js Lots of jsdocs fixes ready for the new doc generator. 2014-09-16 17:35:08 +01:00
RetroFont.js Lots of jsdocs fixes ready for the new doc generator. 2014-09-16 17:35:08 +01:00
Rope.js Lots of jsdocs fixes ready for the new doc generator. 2014-09-16 17:35:08 +01:00
Sprite.js Added BMD frame checks. 2014-10-05 12:35:40 +01:00
SpriteBatch.js Lots of jsdocs fixes ready for the new doc generator. 2014-09-16 17:35:08 +01:00
Text.js Text.addColor allows you to set specific colors within the Text. It works by taking a color value, which is a typical HTML string such as #ff0000 or rgb(255,0,0) and a position. The position value is the index of the character in the Text string to start applying this color to. Once set the color remains in use until either another color or the end of the string is encountered. For example if the Text was Photon Storm and you did Text.addColor('#ffff00', 6) it would color in the word Storm in yellow. 2014-09-24 17:10:02 +01:00
TileSprite.js Lots of jsdocs fixes ready for the new doc generator. 2014-09-16 17:35:08 +01:00