Last active
August 29, 2015 14:11
-
-
Save jakewhiteley/b2d9b82d5fd905a07681 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// render bitmap font to game stage | |
game.add.bitmapText(0, 0, 'font-name', 'Text to display'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment