Preparing for new release

This commit is contained in:
Richard Davey
2013-04-18 14:16:18 +01:00
parent 72a4809dd8
commit 6bb4c5e3fc
165 changed files with 37278 additions and 29038 deletions
+2 -4
View File
@@ -1,8 +1,6 @@
/// <reference path="../../Phaser/Game.ts" />
/// <reference path="../../Phaser/Sprite.ts" />
/// <reference path="../../Phaser/Emitter.ts" />
/// <reference path="../../Phaser/Phaser.ts" />
(function () {
var myGame = new Game(this, 'game', 800, 600, null, create);
var myGame = new Phaser.Game(this, 'game', 800, 600, null, create);
var emitter;
function create() {
// Creates a basic emitter, bursting out 50 default sprites (i.e. 16x16 white boxes)