phaser/Tests/misc/boot screen.js
2013-05-29 02:58:56 +01:00

5 lines
235 B
JavaScript

/// <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');
})();