mirror of
https://github.com/wassname/phaser.git
synced 2026-08-03 13:10:25 +08:00
Fixed some errors in Rectangle and more Pixi hooks added, now creating the Stage properly and rendering sprites.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user