phaser/src/gameobjects
Richard Davey f56499f62b
Merge pull request #6221 from samme/fix/video-load-url
Update video texture after loading
2022-10-10 14:46:06 +01:00
..
bitmaptext Added link to SnowBMF 2022-08-17 16:41:40 +01:00
blitter Use setQuad 2022-10-09 21:40:22 +01:00
components Get the default pipeline from the Pipeline Manager 2022-10-04 18:04:41 +01:00
container Update Container.js 2022-06-22 17:17:52 +01:00
domelement Fixed lint errors 2022-05-10 17:06:53 +01:00
events All events have a type of string. Fix #6136 2022-09-21 22:01:03 +01:00
extern Fixed lint errors 2022-05-10 17:06:53 +01:00
graphics fix function Graphics -> strokeRoundedRect 2022-09-03 16:50:29 +03:00
group Fix JSDoc syntax 2022-06-28 10:50:19 -07: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 Mesh renderer 2022-10-09 18:04:36 +01:00
nineslice Create NineSlice.js 2022-09-27 18:42:50 +01:00
particles Added maxAliveParticles 2022-07-12 16:28:12 +01: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 Removed use of UUID from RenderTexture and fixed saveTexture method. 2022-10-09 16:01:06 +01:00
rope Rope and Video already on update list 2022-09-10 08:44:43 -07:00
shader Fixed lint errors 2022-05-10 17:06:53 +01:00
shape Give Shapes the FX component 2022-10-09 23:16:58 +01:00
sprite Fixed lint errors 2022-05-10 17:06:53 +01:00
text Fixed jsdocs 2022-09-21 21:10:52 +01:00
tilesprite Error if using compressed texture for TileSprite 2022-06-27 18:11:00 +01:00
typedefs Updated copyright year 2022-02-28 14:29:51 +00:00
video Merge pull request #6221 from samme/fix/video-load-url 2022-10-10 14:46:06 +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 The DisplayList.addChildCallback method will now check to see if the child has a parent container, and if it does, remove it from there before adding it to the Scene Display List. Fix #6091 2022-06-07 17:17:18 +01: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