phaser/v3/src/gameobjects
2017-04-20 21:30:19 -03:00
..
bitmaptext Fixed render target issue with BitmapText 2017-04-13 12:55:25 -03:00
blitter Fixed Graphics and Blitter issue with renderTarget 2017-04-13 12:45:01 -03:00
container Added and fixed-up the Container game object. 2017-02-24 02:59:44 +00:00
effectlayer Render off-screen and on-screen for EffectLayer 2017-04-20 21:30:19 -03:00
graphics Fixed Graphics and Blitter issue with renderTarget 2017-04-13 12:45:01 -03:00
image Enforced GameObjects to specify their type (a string based const) 2017-04-13 00:05:12 +01:00
layer Fixed paths 2017-04-11 03:13:41 +01:00
renderpass changed renderTexture name 2017-04-20 20:50:47 -03:00
sprite Added more toJSON GameObject functions. 2017-04-13 00:35:27 +01:00
text Added more toJSON GameObject functions. 2017-04-13 00:35:27 +01:00
zone Enforced GameObjects to specify their type (a string based const) 2017-04-13 00:05:12 +01:00
BuildGameObject.js Added BuildGameObject and related functions. Allows you to create a game object via a configuration object, rather than having to call all the functions directly. Applied to Images and Sprites so far. Accessed via this.make.sprite or this.make.image. 2017-04-11 02:49:13 +01:00
BuildGameObjectAnimation.js Fixed animation values being overridden on load. 2017-04-11 03:28:39 +01:00
FactoryContainer.js Removed 'group' / 'parent' argument and forced to the State children component. You should use 'make' if you wish to add elsewhere. 2017-04-04 23:58:33 +01:00
GameObject.js Added more toJSON GameObject functions. 2017-04-13 00:35:27 +01:00
index.js RenderPass update 2017-04-18 19:15:10 -03:00