mirror of
https://github.com/wassname/phaser.git
synced 2026-07-28 11:23:50 +08:00
Linked List node swap
This commit is contained in:
@@ -5,6 +5,7 @@ Phaser.World = function (game) {
|
||||
this._stage = new PIXI.Stage(0x000000);
|
||||
|
||||
this._container = new PIXI.DisplayObjectContainer();
|
||||
this._container.name = 'R';
|
||||
|
||||
this._stage.addChild(this._container);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user