mirror of
https://github.com/wassname/phaser.git
synced 2026-06-27 16:10:15 +08:00
5 lines
125 B
JavaScript
5 lines
125 B
JavaScript
/// <reference path="../../Phaser/Game.ts" />
|
|
(function () {
|
|
var myGame = new Phaser.Game(this, 'game', 800, 600);
|
|
})();
|