zenghaowei 3 năm trước cách đây
mục cha
commit
68a7021802
2 tập tin đã thay đổi với 2971 bổ sung2994 xóa
  1. 6 0
      assets/Script/game/gamePlot/plot_1_2/JG0111_3.ts
  2. 2965 2994
      assets/resources/prefab/map/map2.prefab

+ 6 - 0
assets/Script/game/gamePlot/plot_1_2/JG0111_3.ts

@@ -30,7 +30,13 @@ export default class JG0111_3 extends BaseEvent {
     })
     mKeyNode: cc.Node = null;
 
+    private isOver = false;
+
     public onBegin(tag: number) {
+        if(this.isOver){
+            return
+        }
+        this.isOver = true
         this.pause()
         this.dialog1()
     }

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 2965 - 2994
assets/resources/prefab/map/map2.prefab