Explorar o código

Button from Text

Nikatlas %!s(int64=6) %!d(string=hai) anos
pai
achega
64b22f89a2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/Game/misc/Button.js

+ 1 - 0
src/Game/misc/Button.js

@@ -20,6 +20,7 @@ class Button extends PIXI.Sprite{
 
 
     _kill() {
+        this.textNode._kill();
         this.destroy();
     }