phaser/v3/src/gameobjects/sprite
2017-04-13 00:35:27 +01:00
..
BuildFromConfig.js Sprite now uses BuildAnimation function. 2017-04-11 03:13:51 +01:00
Sprite.js Added more toJSON GameObject functions. 2017-04-13 00:35:27 +01:00
SpriteCanvasRenderer.js Blitter and Sprite game objects updated and added back in with new class system. 2017-02-23 03:54:54 +00:00
SpriteFactory.js Added BuildGameObject and related functions. Allows you to create a game object via a configuration object, rather than having to call all the functions directly. Applied to Images and Sprites so far. Accessed via this.make.sprite or this.make.image. 2017-04-11 02:49:13 +01:00
SpriteRender.js Blitter and Sprite game objects updated and added back in with new class system. 2017-02-23 03:54:54 +00:00
SpriteWebGLRenderer.js Fixed transform issue when dealing with camera transforms 2017-03-06 15:13:39 -03:00