mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
fixes initial level positioning
This commit is contained in:
parent
aaa1db4468
commit
cad112419d
14 changed files with 91 additions and 61 deletions
|
|
@ -10,9 +10,8 @@ function (Parent, PIXI) {
|
|||
function Debug() {
|
||||
Parent.call(this, "debug", 0.00000001);
|
||||
|
||||
|
||||
this.graphics = new PIXI.Graphics();
|
||||
this.container.addChild(this.graphics);
|
||||
this.graphics = new PIXI.Graphics();
|
||||
this.container.addChild(this.graphics);
|
||||
}
|
||||
|
||||
Debug.prototype = Object.create(Parent.prototype);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue