mirror of
https://github.com/photonstorm/phaser
synced 2024-12-04 18:40:59 +00:00
8 lines
128 B
TypeScript
8 lines
128 B
TypeScript
|
/// <reference path="../../Phaser/Game.ts" />
|
||
|
|
||
|
(function () {
|
||
|
|
||
|
var myGame = new Phaser.Game(this, 'game', 800, 600);
|
||
|
|
||
|
})();
|