phaser/src/gameobjects
Richard Davey d13e79a8db
Merge pull request #4427 from rexrainbow/master
Fix bug about counting height of text object
2019-04-05 17:25:27 +01:00
..
bitmaptext The ScaleMode Component has been removed from every Game Object, and along with it the scaleMode property and setScaleMode method. These did nothing anyway as they were not hooked to the render pipeline and scale mode should be set on the texture, not the Game Object. Fix #4413 2019-03-24 23:07:27 +00:00
blitter The ScaleMode Component has been removed from every Game Object, and along with it the scaleMode property and setScaleMode method. These did nothing anyway as they were not hooked to the render pipeline and scale mode should be set on the texture, not the Game Object. Fix #4413 2019-03-24 23:07:27 +00:00
components The ScaleMode Component has been removed from every Game Object, and along with it the scaleMode property and setScaleMode method. These did nothing anyway as they were not hooked to the render pipeline and scale mode should be set on the texture, not the Game Object. Fix #4413 2019-03-24 23:07:27 +00:00
container Container + List.sort scope fixed and custom handler option added. Fix #4241 2019-01-24 11:04:36 +00:00
domelement Happy New Year 2019-01-15 16:20:22 +00:00
events Added jsdoc version numbers to each event 2019-02-12 11:37:58 +00:00
extern The ScaleMode Component has been removed from every Game Object, and along with it the scaleMode property and setScaleMode method. These did nothing anyway as they were not hooked to the render pipeline and scale mode should be set on the texture, not the Game Object. Fix #4413 2019-03-24 23:07:27 +00:00
graphics strokePoints and fillPoints have no closePath argument. 2019-04-05 17:12:31 +01:00
group Fixed Group defs and completed Arcade Physics defs 2019-02-13 14:45:36 +00:00
image The ScaleMode Component has been removed from every Game Object, and along with it the scaleMode property and setScaleMode method. These did nothing anyway as they were not hooked to the render pipeline and scale mode should be set on the texture, not the Game Object. Fix #4413 2019-03-24 23:07:27 +00:00
lights All listeners use the new Events 2019-01-18 13:41:43 +00:00
mesh The ScaleMode Component has been removed from every Game Object, and along with it the scaleMode property and setScaleMode method. These did nothing anyway as they were not hooked to the render pipeline and scale mode should be set on the texture, not the Game Object. Fix #4413 2019-03-24 23:07:27 +00:00
particles Some legacy instances of float moved to number. 2019-02-13 12:39:36 +00:00
pathfollower GameObject and Loader typedefs 2019-02-13 13:57:59 +00:00
quad Happy New Year 2019-01-15 16:20:22 +00:00
rendertexture The ScaleMode Component has been removed from every Game Object, and along with it the scaleMode property and setScaleMode method. These did nothing anyway as they were not hooked to the render pipeline and scale mode should be set on the texture, not the Game Object. Fix #4413 2019-03-24 23:07:27 +00:00
shape The ScaleMode Component has been removed from every Game Object, and along with it the scaleMode property and setScaleMode method. These did nothing anyway as they were not hooked to the render pipeline and scale mode should be set on the texture, not the Game Object. Fix #4413 2019-03-24 23:07:27 +00:00
sprite The ScaleMode Component has been removed from every Game Object, and along with it the scaleMode property and setScaleMode method. These did nothing anyway as they were not hooked to the render pipeline and scale mode should be set on the texture, not the Game Object. Fix #4413 2019-03-24 23:07:27 +00:00
text Merge pull request #4427 from rexrainbow/master 2019-04-05 17:25:27 +01:00
tilesprite The ScaleMode Component has been removed from every Game Object, and along with it the scaleMode property and setScaleMode method. These did nothing anyway as they were not hooked to the render pipeline and scale mode should be set on the texture, not the Game Object. Fix #4413 2019-03-24 23:07:27 +00:00
typedefs Moving all of the typedefs to properly namespaced scopes, rather than globals 2019-02-13 12:35:12 +00:00
zone The ScaleMode Component has been removed from every Game Object, and along with it the scaleMode property and setScaleMode method. These did nothing anyway as they were not hooked to the render pipeline and scale mode should be set on the texture, not the Game Object. Fix #4413 2019-03-24 23:07:27 +00:00
BuildGameObject.js Moving all of the typedefs to properly namespaced scopes, rather than globals 2019-02-13 12:35:12 +00:00
BuildGameObjectAnimation.js Happy New Year 2019-01-15 16:20:22 +00:00
DisplayList.js All listeners use the new Events 2019-01-18 13:41:43 +00:00
GameObject.js Input typedefs 2019-02-13 14:17:36 +00:00
GameObjectCreator.js All listeners use the new Events 2019-01-18 13:41:43 +00:00
GameObjectFactory.js All listeners use the new Events 2019-01-18 13:41:43 +00:00
index.js Fixed Extern arguments, added as core and finished jsdocs. 2019-01-30 00:02:11 +00:00
UpdateList.js All listeners use the new Events 2019-01-18 13:41:43 +00:00