mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +00:00
7 lines
128 B
TypeScript
7 lines
128 B
TypeScript
/// <reference path="../../Phaser/Game.ts" />
|
|
|
|
(function () {
|
|
|
|
var myGame = new Phaser.Game(this, 'game', 800, 600);
|
|
|
|
})();
|