Skip to content

Instantly share code, notes, and snippets.

@digitsensitive
Last active February 8, 2019 22:15
Show Gist options
  • Select an option

  • Save digitsensitive/e484dce7550cba1b695e53841b858f16 to your computer and use it in GitHub Desktop.

Select an option

Save digitsensitive/e484dce7550cba1b695e53841b858f16 to your computer and use it in GitHub Desktop.
Learn to create a HTML5 Game in 5 Minutes - Game Scene
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