Fixed some errors in Rectangle and more Pixi hooks added, now creating the Stage properly and rendering sprites.

This commit is contained in:
Richard Davey
2013-08-29 19:20:04 +01:00
parent 19483bafed
commit 6bf7bab917
8 changed files with 137 additions and 47 deletions
+1 -2
View File
@@ -6,7 +6,6 @@ Phaser.StateManager = function (game, pendingState) {
if (pendingState !== null)
{
console.log('StartManager constructor', pendingState);
this._pendingState = pendingState;
}
@@ -99,7 +98,7 @@ Phaser.StateManager.prototype = {
boot: function () {
console.log('Phaser.StateManager.boot');
// console.log('Phaser.StateManager.boot');
if (this._pendingState !== null)
{