phaser/src/gameobjects
2019-07-02 12:32:29 +01:00
..
bitmaptext License link update 2019-05-10 16:15:04 +01:00
blitter Passing a Frame object to Bob.setFrame would fail, as it expected a string or integer. It now checks the type of object, and if a Frame it checks to make sure it's a Frame belonging to the parent Blitter's texture, and if so sets it. Fix #4516 2019-05-17 14:00:39 +01:00
components Added new Transform.getParentRotation method 2019-06-19 10:40:47 +01:00
container License link update 2019-05-10 16:15:04 +01:00
domelement There was some test code left in the DOMElementCSSRenderer file that caused getBoundingClientRect to be called every render. This has been removed, which increases performance significantly for DOM heavy games. 2019-05-17 13:43:55 +01:00
events License link update 2019-05-10 16:15:04 +01:00
extern License link update 2019-05-10 16:15:04 +01:00
graphics If you had a Graphics object in the display list immediately after an object with a Bitmap Mask it would throw an error Uncaught TypeError: Cannot set property 'TL' of undefined. Fix #4581 2019-06-11 17:58:57 +01:00
group Added new quantity property to GroupCreateConfig 2019-06-28 11:14:59 +01:00
image License link update 2019-05-10 16:15:04 +01:00
lights License link update 2019-05-10 16:15:04 +01:00
mesh License link update 2019-05-10 16:15:04 +01:00
particles Require truthy random value for randomness 2019-06-11 11:38:29 -07:00
pathfollower Duration is optional 2019-05-28 14:08:03 -07:00
quad License link update 2019-05-10 16:15:04 +01:00
rendertexture Added glTexture property 2019-06-26 00:36:40 +01:00
shader Added flipY argument 2019-06-26 00:35:42 +01:00
shape Fix render offset issue 2019-06-29 00:03:08 +08:00
sprite License link update 2019-05-10 16:15:04 +01:00
text Fixed TextSyle typo. Fix #4630 2019-07-02 12:32:29 +01:00
tilesprite License link update 2019-05-10 16:15:04 +01:00
typedefs License link update 2019-05-10 16:15:04 +01:00
zone Update displayOriginX, displayOriginY after size changed 2019-06-12 13:54:27 +08:00
BuildGameObject.js License link update 2019-05-10 16:15:04 +01:00
BuildGameObjectAnimation.js License link update 2019-05-10 16:15:04 +01:00
DisplayList.js License link update 2019-05-10 16:15:04 +01:00
GameObject.js Marked argument as optional. Fix #4607 2019-06-22 11:38:24 +01:00
GameObjectCreator.js License link update 2019-05-10 16:15:04 +01:00
GameObjectFactory.js License link update 2019-05-10 16:15:04 +01:00
index.js License link update 2019-05-10 16:15:04 +01:00
UpdateList.js License link update 2019-05-10 16:15:04 +01:00