mirror of
https://github.com/wassname/phaser.git
synced 2026-07-29 11:24:31 +08:00
Refactoring of the codebase finished. All classes updated. Ready for final push to 1.0 release.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/// <reference path="../../Phaser/Phaser.ts" />
|
||||
/// <reference path="../../Phaser/Game.ts" />
|
||||
(function () {
|
||||
var myGame = new Phaser.Game(this, 'game', 800, 600, init, create, update);
|
||||
function init() {
|
||||
|
||||
Reference in New Issue
Block a user