Created
February 8, 2019 22:11
-
-
Save digitsensitive/81473b08ddcff879ae68c0dbefac7ee8 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
| export class GameScene extends Phaser.Scene { | |
| constructor() { | |
| super({ | |
| key: "GameScene" | |
| }); | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment