phaser/src/gameobjects
Richard Davey 8ae3493296 setText updates
BitmapText.setText will check if the value given is falsey but not a zero and set to an empty string if so.
BitmapText.setText will now cast the given value to a string before setting.
BitmapText.setText will not change the text via `setText` unless the new text is different to the old one.
2018-02-27 15:14:03 +00:00
..
bitmaptext setText updates 2018-02-27 15:14:03 +00:00
blitter eslint fixes and console removal 2018-02-16 19:08:50 +00:00
components AnimationComponent.play now calls setSizeToFrame() and updateDisplayOrigin() on the parent Game Object in order to catch situations where you've started playing an animation on a Game Object that uses a different size to the previously set frame. 2018-02-27 01:09:09 +00:00
graphics eslint fixes and console removal 2018-02-16 19:08:50 +00:00
group Added jsdocs. 2018-02-12 17:21:06 +00: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 eslint fixes 2018-02-16 19:17:49 +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 Canvas RenderTexture rendering added 2018-02-23 21:05:15 -03:00
sprite Added jsdocs 2018-02-12 16:01:21 +00:00
sprite3d Added jsdocs 2018-02-12 16:01:21 +00:00
text Text.setText will check if the value given is falsey but not a zero and set to an empty string if so. 2018-02-27 15:13:39 +00:00
tilesprite TileSprite was missing a gl reference, causing it to fail during a context loss and restore. 2018-02-16 18:54:33 +00:00
zone Depth component added to the Zone Game Object. Fix #3213 2018-02-13 22:19:44 +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 Destroying a Game Object will now call destroy on its physics body. 2018-02-14 19:33:13 +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 RenderTexture base webgl implementation 2018-02-23 00:44:22 -03:00
UpdateList.js eslint fixes and console removal 2018-02-16 19:08:50 +00:00