new LoaderParser()
Phaser.LoaderParser parses data objects from Phaser.Loader that need more preparation before they can be inserted into the Cache.
- Source:
Methods
-
<static> bitmapFont(game, xml, cacheKey, xSpacing, ySpacing)
-
Parse a Bitmap Font from an XML file.
Parameters:
Name Type Argument Default Description game
Phaser.Game A reference to the current game.
xml
object XML data you want to parse.
cacheKey
string The key of the texture this font uses in the cache.
xSpacing
number <optional>
0 Additional horizontal spacing between the characters.
ySpacing
number <optional>
0 Additional vertical spacing between the characters.
- Source: