Last active
February 8, 2019 22:15
-
-
Save digitsensitive/e484dce7550cba1b695e53841b858f16 to your computer and use it in GitHub Desktop.
Learn to create a HTML5 Game in 5 Minutes - Game Scene
This file contains hidden or 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
| preload(): void { | |
| this.load.pack( | |
| "flappyBirdPack", | |
| "./src/assets/pack.json", | |
| "flappyBirdPack" | |
| ); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment