Created
February 8, 2019 22:13
-
-
Save digitsensitive/b0854124254668b130bf5da7b8885781 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
| 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