Browse Source

card collection demo

Dim Dim 6 năm trước cách đây
mục cha
commit
a7cf5cca31
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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;