mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
4 lines
125 B
JavaScript
4 lines
125 B
JavaScript
/// <reference path="../../Phaser/Game.ts" />
|
|
(function () {
|
|
var myGame = new Phaser.Game(this, 'game', 800, 600);
|
|
})();
|