phaser/src/gameobjects
2022-06-07 17:07:46 +01:00
..
bitmaptext Fixed lint errors 2022-05-10 17:06:53 +01:00
blitter Fixed lint errors 2022-05-10 17:06:53 +01:00
components The Transform Component has a new boolean read-only property hasTransformComponent which is set to true by default. 2022-05-31 18:11:17 +01:00
container Container.removeAll (which is also called when a Container is destroyed) will now directly destroy the children, if the given parameter is set, rather than doing it after removing them via the event handler. This fixes an issue where nested Containers would add destroyed children back to the Scene as part of their shutdown process. Fix #6078 2022-06-07 17:07:46 +01:00
domelement Fixed lint errors 2022-05-10 17:06:53 +01:00
events Updated copyright year 2022-02-28 14:29:51 +00:00
extern Fixed lint errors 2022-05-10 17:06:53 +01:00
graphics Fixed lint errors 2022-05-10 17:06:53 +01:00
group Updated copyright year 2022-02-28 14:29:51 +00:00
image Fixed lint errors 2022-05-10 17:06:53 +01:00
layer Fixed lint errors 2022-05-10 17:06:53 +01:00
lights The Light Game Object now has the Origin and Transform components, along with 4 new properties: width, height, displayWidth and displayHeight. This allows you to add a Light to a Container, or enable it for physics. Fix #6126 2022-05-31 18:10:25 +01:00
mesh Fixed lint errors 2022-05-10 17:06:53 +01:00
particles Allow particle frequency smaller than delta 2022-05-30 10:55:30 -07:00
pathfollower Updated copyright year 2022-02-28 14:29:51 +00:00
pointlight Fixed lint errors 2022-05-10 17:06:53 +01:00
rendertexture RenderTexture.setIsSpriteTexture is a new method that allows you to flag a Render Texture as being used as the source for Sprite Game Object textures. You can also toggle the new boolean property isSpriteTexture as well. Doing this ensures that images drawn to the Render Texture are correctly inverted for rendering in WebGL. Not doing so can cause inverted frames. If you use this method, you must use it before drawing anything to the Render Texture. Fix #6057 #6017 2022-05-30 18:26:12 +01:00
rope Fixed lint errors 2022-05-10 17:06:53 +01:00
shader Fixed lint errors 2022-05-10 17:06:53 +01:00
shape Fixed lint errors 2022-05-10 17:06:53 +01:00
sprite Fixed lint errors 2022-05-10 17:06:53 +01:00
text Fixed lint errors 2022-05-10 17:06:53 +01:00
tilesprite Fixed lint errors 2022-05-10 17:06:53 +01:00
typedefs Updated copyright year 2022-02-28 14:29:51 +00:00
video Fixed lint errors 2022-05-10 17:06:53 +01:00
zone Updated copyright year 2022-02-28 14:29:51 +00:00
BuildGameObject.js Updated copyright year 2022-02-28 14:29:51 +00:00
BuildGameObjectAnimation.js Updated copyright year 2022-02-28 14:29:51 +00:00
DisplayList.js Updated copyright year 2022-02-28 14:29:51 +00:00
GameObject.js Updated copyright year 2022-02-28 14:29:51 +00:00
GameObjectCreator.js Updated copyright year 2022-02-28 14:29:51 +00:00
GameObjectFactory.js Updated copyright year 2022-02-28 14:29:51 +00:00
GetCalcMatrix.js Updated copyright year 2022-02-28 14:29:51 +00:00
index.js Updated copyright year 2022-02-28 14:29:51 +00:00
UpdateList.js Updated copyright year 2022-02-28 14:29:51 +00:00