Kaynağa Gözat

card collection demo

Dim Dim 6 yıl önce
ebeveyn
işleme
a7cf5cca31
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4 0
      src/Game/views/demo/CardCollectionDemo.js

+ 4 - 0
src/Game/views/demo/CardCollectionDemo.js

@@ -14,6 +14,10 @@ class CardCollectionDemo extends PIXI.Container{
 	}
 
 	getAsJSON = () => {return {component: 'demo/CardCollectionDemo'}}
+
+	_kill() {
+        super._kill();
+    }
 }
 
 export default CardCollectionDemo;