phaser/src/gameobjects
2019-06-19 10:40:47 +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 Fixed typo 2019-06-05 22:48:22 +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 Fixed lots of jsdos and moved the frame.cutX/Y addition into each function, allowing the x/y defaults to work again. Fix #4528 2019-06-06 17:45:18 +01:00
shader The default BaseShader vertex shader has a new uniform uResolution which is set during the Shader init and load to be the size of the Game Object to which the shader is bound. 2019-05-16 17:44:59 +01:00
shape Updated Line docs. #4590 2019-06-12 23:20:22 +01:00
sprite License link update 2019-05-10 16:15:04 +01:00
text Added in Text justification feature. Fix #4291 2019-06-19 09:46:32 +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 License link update 2019-05-10 16:15:04 +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