phaser/src/gameobjects
2014-07-15 22:44:02 +01:00
..
BitmapData.js Fix getPixel for pixels with zero red value. 2014-06-09 23:34:06 +02:00
BitmapText.js Pixi updated worldTransform from an Array to an Object and Phaser Image, BitmapText, Text and Graphics were still using array access to populate the world property, giving it incorrect results (thanks @alvinsight) 2014-07-15 22:44:02 +01:00
Button.js Restored old Image object. 2014-07-11 18:02:40 +01:00
Events.js Trim trailing whitespace. 2014-03-25 14:56:04 -07:00
GameObjectCreator.js Trim trailing whitespace. 2014-03-25 14:56:04 -07:00
GameObjectFactory.js docs typo 2014-07-14 11:01:21 -04:00
Graphics.js Pixi updated worldTransform from an Array to an Object and Phaser Image, BitmapText, Text and Graphics were still using array access to populate the world property, giving it incorrect results (thanks @alvinsight) 2014-07-15 22:44:02 +01:00
Image.js Pixi updated worldTransform from an Array to an Object and Phaser Image, BitmapText, Text and Graphics were still using array access to populate the world property, giving it incorrect results (thanks @alvinsight) 2014-07-15 22:44:02 +01:00
Particle.js Corrected initial particle scale. 2014-04-11 03:26:14 +01:00
RenderTexture.js Phaser.RenderTexture incorrectly passed the scaleMode to Pixi.RenderTexture, causing the renderer to error. 2014-05-27 13:35:47 +01:00
RetroFont.js Rebuild on offset change. 2014-05-28 01:08:28 +01:00
Sprite.js Merge pull request #990 from lucbloom/warn-texture-not-found 2014-07-10 19:16:07 +01:00
SpriteBatch.js GameObjectFactory.spriteBatch now lets you specify null as a parameter for the parent and automatically adds the batch to game.world as a result. Also fixed jsdocs issues (@petarov #1000) 2014-07-14 12:56:05 +01:00
Text.js Pixi updated worldTransform from an Array to an Object and Phaser Image, BitmapText, Text and Graphics were still using array access to populate the world property, giving it incorrect results (thanks @alvinsight) 2014-07-15 22:44:02 +01:00
TileSprite.js Merge pull request #990 from lucbloom/warn-texture-not-found 2014-07-10 19:16:07 +01:00