mirror of
https://github.com/wassname/phaser.git
synced 2026-08-10 12:30:48 +08:00
Preparing new tests
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
/// <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');
|
||||
})();
|
||||
Reference in New Issue
Block a user