phaser/src/gameobjects/sprite
2018-07-19 00:18:09 +01:00
..
Sprite.js The setCrop method stored its crop object on the prototype chain by mistake, causing all Images or Sprites that were cropped to display the same frame. The crop data has been moved to the Game Object instance, where it should be, fixing this issue 2018-07-19 00:18:09 +01:00
SpriteCanvasRenderer.js Swap _id to id 2018-06-23 12:26:39 +01:00
SpriteCreator.js Calling a creator, such as GraphicsCreator, without passing in a config object, would cause an error to be thrown. All Game Object creators now catch against this. 2018-05-16 15:17:08 +01:00
SpriteFactory.js Fix multiple types on GameObjects 2018-03-20 15:56:31 +01:00
SpriteRender.js Updated to use typeof DefinePlugin check. 2018-04-20 00:23:24 +01:00
SpriteWebGLRenderer.js Swap _id to id 2018-06-23 12:26:39 +01:00