phaser/src/gameobjects/bitmaptext/static
Richard Davey 5c6d1cbe17
Merge pull request #4214 from matosummer/master
Add link to bitmaptext
2018-12-12 11:27:00 +00:00
..
BitmapText.js Add link to bitmaptext 2018-12-05 16:29:18 +07:00
BitmapTextCanvasRenderer.js Whenever Camera.roundPixels was enabled it would use a bitwise operation to truncate the float (x |= 0) - this has been replaced across all files that used it, with a call to Math.round instead. This gives far better results when zooming cameras both in and out of a Scene, stopping thin gaps appearing between closely packed Game Objects. 2018-11-30 10:27:25 +00:00
BitmapTextCreator.js Added support for BitmapText alignment and internal dirty flag for calculation speed 2018-07-09 21:57:51 +01:00
BitmapTextFactory.js Completing Game Object jsdocs 2018-09-15 10:31:10 +01:00
BitmapTextRender.js Updated to use typeof DefinePlugin check. 2018-04-20 00:23:24 +01:00
BitmapTextWebGLRenderer.js Added texture and unit arguments to batchQuad and batchTri, fixing the y2k bug. 2018-12-12 11:08:52 +00:00