phaser/src/gameobjects/bitmaptext/static
2018-07-19 13:19:02 +01:00
..
BitmapText.js Minor documentation fix for BitmapText.getTextBounds(). 2018-07-11 14:50:23 +01:00
BitmapTextCanvasRenderer.js GameObject.willRender now takes a Camera as its only argument and uses it within the check. This has allowed me to remove 23 duplicate checks spread across the various Game Objects, all of which did the same thing, saving both KB and CPU time as the flags were being checked twice in most cases. 2018-07-19 13:19:02 +01: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 Added support for BitmapText alignment and internal dirty flag for calculation speed 2018-07-09 21:57:51 +01:00
BitmapTextRender.js Updated to use typeof DefinePlugin check. 2018-04-20 00:23:24 +01:00
BitmapTextWebGLRenderer.js GameObject.willRender now takes a Camera as its only argument and uses it within the check. This has allowed me to remove 23 duplicate checks spread across the various Game Objects, all of which did the same thing, saving both KB and CPU time as the flags were being checked twice in most cases. 2018-07-19 13:19:02 +01:00