mirror of
https://github.com/wassname/phaser.git
synced 2026-06-30 16:40:20 +08:00
Group.callAll now supports nested functions and a context, making it really powerful!
This commit is contained in:
@@ -5,7 +5,10 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* Creates a new <code>BitmapText</code>.
|
||||
* Creates a new `BitmapText` object. BitmapText work by taking a texture file and an XML file that describes the font layout.
|
||||
* On Windows you can use the free app BMFont: http://www.angelcode.com/products/bmfont/
|
||||
* On OS X we recommend Glyph Designer: http://www.71squared.com/en/glyphdesigner
|
||||
*
|
||||
* @class Phaser.BitmapText
|
||||
* @constructor
|
||||
* @param {Phaser.Game} game - A reference to the currently running game.
|
||||
|
||||
Reference in New Issue
Block a user