mirror of
https://github.com/wassname/phaser.git
synced 2026-09-12 12:40:47 +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 () {
|
||||
// Here we create a quite tiny game (320x240 in size)
|
||||
var myGame = new Phaser.Game(this, 'game', 320, 240, init, create, update);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/// <reference path="../../Phaser/Phaser.ts" />
|
||||
/// <reference path="../../Phaser/Game.ts" />
|
||||
|
||||
(function () {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user