phaser/src/gameobjects/bitmaptext/static
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.js setText updates 2018-02-27 15:14:03 +00:00
BitmapTextCanvasRenderer.js Dynamic BitmapText now uses origin component to render the text. 2018-02-19 18:16:57 -03:00
BitmapTextCreator.js eslint fixes 2018-02-16 18:17:51 +00:00
BitmapTextFactory.js Added jsdocs 2018-02-12 16:01:21 +00:00
BitmapTextRender.js Added jsdocs 2018-02-12 16:01:21 +00:00
BitmapTextWebGLRenderer.js Added jsdocs 2018-02-12 16:01:21 +00:00