PixiPatch and other 1.0.7 features

This commit is contained in:
Richard Davey
2013-09-27 09:57:08 +01:00
parent 6353d8c7ab
commit 18c695e9dd
10 changed files with 413 additions and 26 deletions
+2 -2
View File
@@ -13,8 +13,8 @@
Phaser.Utils = {
/**
* Javascript string pad
* http://www.webtoolkit.info/
* Javascript string pad
* http://www.webtoolkit.info/
* pad = the string to pad it out with (defaults to a space)
* dir = 1 (left), 2 (right), 3 (both)
* @method pad