phaser/src/gameobjects/bitmaptext/static
2020-07-31 13:41:29 +01:00
..
BitmapText.js Bumping to 3.50 2020-07-31 13:41:29 +01:00
BitmapTextCanvasRenderer.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
BitmapTextCreator.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
BitmapTextFactory.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
BitmapTextRender.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
BitmapTextWebGLRenderer.js BitmapTextWebGLRenderer has been rewritten from scratch to make use of the new pre-cached WebGL uv texture and character location data generated by GetBitmapTextSize. This has reduced the number of calculations made in the function dramatically, as it no longer has work out glyph advancing or offsets during render, but only when the text content updates. 2020-07-31 13:39:49 +01:00