Huge update to Phaser.Text. Much more lean, but loads of great new options added including drop shadows, gradient fills, fonts with spaces in the name, etc.

This commit is contained in:
photonstorm
2014-02-09 13:36:02 +00:00
parent 4aa945f991
commit bca64c2adb
10 changed files with 682 additions and 170 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ Phaser.World.prototype.boot = function () {
/**
* This is called automatically after the plugins preUpdate and before the State.update.
* Most objects have preUpdate methods and it's where initial movement, drawing and calculations are done.
* Most objects have preUpdate methods and it's where initial movement and positioning is done.
*
* @method Phaser.World#preUpdate
*/