zenghaowei há 3 anos atrás
pai
commit
68a7021802

+ 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()
     }

Diff do ficheiro suprimidas por serem muito extensas
+ 2965 - 2994
assets/resources/prefab/map/map2.prefab