Skip to content

Instantly share code, notes, and snippets.

@digitsensitive
Created February 8, 2019 22:13
Show Gist options
  • Select an option

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

Select an option

Save digitsensitive/b0854124254668b130bf5da7b8885781 to your computer and use it in GitHub Desktop.
Learn to create a HTML5 Game in 5 Minutes - Game Scene
init(): void {
this.registry.set("score", -1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment