phaser/src/gameobjects
samme 731b006ec3 Add active to Group create methods
- Adds `active=true` argument to Group#create
- Adds `active=true` config value to Group#createMultiple etc.
2018-03-14 12:22:08 -07:00
..
bitmaptext Calling setText on a BitmapText object will now recalculate its display origin values. Fix #3350 2018-03-09 17:08:12 +00:00
blitter eslint fixes and console removal 2018-02-16 19:08:50 +00:00
components The SetFrame method now has two optional arguments: updateSize and updateOrigin (both true by default) which will update the size and origin of the Game Object respectively. Fix #3339 2018-03-12 14:45:18 +00:00
graphics Merge pull request #3240 from Twilrom/arc-fix 2018-03-05 21:54:46 +00:00
group Add active to Group create methods 2018-03-14 12:22:08 -07:00
image Added jsdocs 2018-02-12 16:01:21 +00:00
lights Moved PluginManager and merged configs into single root file for easier changing. 2018-02-12 23:03:48 +00:00
mesh eslint fixes and console removal 2018-02-16 19:08:50 +00:00
particles Added canvas roundPixels support for Text, Particles and TileSprites 2018-02-28 22:40:08 +00:00
pathfollower Added jsdocs 2018-02-12 16:01:21 +00:00
quad eslint fixes 2018-02-16 18:17:51 +00:00
rendertexture Fixed issue on RenderTexture canvas clear. The clearRect was affected by previous transformations 2018-03-12 13:30:05 -03:00
sprite Added jsdocs 2018-03-05 02:24:47 +00:00
sprite3d Added jsdocs 2018-02-12 16:01:21 +00:00
text TextStyle has two new properties: baselineX and baselineY which allow you to customize the 'magic' value used in calculating the text metrics. 2018-03-13 13:21:51 +00:00
tilesprite Fixed issue of TileSprite rendering pattern based on the power of 2 dimension on canvas. 2018-03-12 13:18:38 -03:00
zone eslint fixes 2018-03-05 01:40:11 +00:00
BuildGameObject.js Added jsdocs 2018-02-12 17:03:53 +00:00
BuildGameObjectAnimation.js Added jsdocs 2018-02-12 17:03:53 +00:00
DisplayList.js Moved PluginManager and merged configs into single root file for easier changing. 2018-02-12 23:03:48 +00:00
GameObject.js eslint fix 2018-03-05 22:25:55 +00:00
GameObjectCreator.js Moved PluginManager and merged configs into single root file for easier changing. 2018-02-12 23:03:48 +00:00
GameObjectFactory.js Moved PluginManager and merged configs into single root file for easier changing. 2018-02-12 23:03:48 +00:00
index.js Add reference of BuildGameObject, BuildGameObjectAnimation 2018-03-09 15:13:42 +08:00
UpdateList.js eslint fixes and console removal 2018-02-16 19:08:50 +00:00