phaser/Tests/misc/boot screen.ts

9 lines
238 B
TypeScript
Raw Normal View History

2013-05-29 01:58:56 +00:00
/// <reference path="../../Phaser/Game.ts" />
(function () {
// If you don't give any parameters to Phaser beyond the defaults you'll see the standard Phaser boot screen appear.
var game = new Phaser.Game(this, 'game');
})();