better feedback on killing. fixes #109

This commit is contained in:
logsol 2015-03-02 00:13:21 +01:00
parent 81f5990e0c
commit 5007ab5b02
8 changed files with 95 additions and 22 deletions

View file

@ -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();