人生啊人生 há 1 semana atrás
pai
commit
c3b2231438

+ 2 - 2
src/components/ThreeWorldEventQingXiCheAndQv/event/store/QingXiCheAndQvProcessEventStore.js

@@ -13,8 +13,8 @@ export const QingXiCheAndQvProcessEventStore = defineStore('QingXiCheAndQvProces
          * 0 - 学习模式,会出现各种提示,进行理解学习
          * 1 - 考试模式,不会有任何提示,自己想办法完成
          */
-        // eventMode : 0,
-        eventMode : 1,
+        eventMode : 0,
+        // eventMode : 1,
 
         // 控制下一步触发逻辑,当时间变化则变化
         downTime : "0",

+ 11 - 6
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAndQvCarEvent.js

@@ -816,12 +816,17 @@ export class QingXiCheAndQvCarEvent {
         thisClass.aroundTheCarPointRecord = {}
 
         QingXiCheAdnQvCarEventStep.find().meshVisibility("all", false);
-        QingXiCheAdnQvCarEventStep.find().meshVisibility("行至车辆区域", true);
-        
-        QingXiCheAndQvCarEvent.find().threeWorldTxt(
-            5.936225679133575, 0, -12.604728552806394, 3, 173, 68 * 2,
-            "按照【箭头方向】", "行走至【车辆区域】"
-        );
+
+        if (QingXiCheAndQvCarEvent.find().eventMode == 0) {
+
+            QingXiCheAdnQvCarEventStep.find().meshVisibility("行至车辆区域", true);
+            
+            QingXiCheAndQvCarEvent.find().threeWorldTxt(
+                5.936225679133575, 0, -12.604728552806394, 3, 173, 68 * 2,
+                "按照【箭头方向】", "行走至【车辆区域】"
+            );
+
+        }
         
         // 切换到人物的视角
         // objThreeWorldEventMain.commonBirthplaceUpdate();