mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
better feedback on killing. fixes #109
This commit is contained in:
parent
81f5990e0c
commit
5007ab5b02
8 changed files with 95 additions and 22 deletions
|
|
@ -10,7 +10,7 @@ function (Parent, PIXI, Settings) {
|
|||
"use strict";
|
||||
|
||||
function Debug() {
|
||||
Parent.call(this, "Debug", 0);
|
||||
Parent.call(this, "debug", 0);
|
||||
|
||||
|
||||
this.graphics = new PIXI.Graphics();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue