소스 검색

Button from Text

Nikatlas 6 년 전
부모
커밋
64b22f89a2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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();
     }