mirror of
https://github.com/photonstorm/phaser
synced 2024-12-26 13:03:36 +00:00
8ae3493296
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. |
||
---|---|---|
.. | ||
BitmapText.js | ||
BitmapTextCanvasRenderer.js | ||
BitmapTextCreator.js | ||
BitmapTextFactory.js | ||
BitmapTextRender.js | ||
BitmapTextWebGLRenderer.js |