人生啊人生 2 hónapja
szülő
commit
050912c0ff

+ 20 - 0
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAdnQvCarEventStep.js

@@ -327,9 +327,29 @@ export class QingXiCheAdnQvCarEventStep {
                 ];
                 break;
 
+            case '踩下车辆离合器5秒':
+                list = [
+                    { "name" : "离合", "speed" : 1, "from" : 0, "to" : 200 },
+                ];
+                break;
+
+            // case '':
+            //     break;
+
+            // case '':
+            //     break;
+            
+            // case '':
+            //     break;
+
             // case '':
             //     break;
             
+            // case '':
+            //     break;
+
+            // case '':
+            //     break;
         }
 
         if (list.length <= 0) {

+ 1 - 1
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAndQvCarEventClick.js

@@ -518,7 +518,7 @@ export class QingXiCheAndQvCarEventClick {
                     // 切换成正在处理中
                     QingXiCheAndQvCarEvent.find().eventEnd = 1;
                     
-                    thisClass.openCaiLiHe(function() {
+                    QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('踩下车辆离合器5秒', function() {
 
                         WindowEvent.find().WindowCountdownOpen(5, "自定义返回数据", function(WindowCountdownOpenRes) {
                             QingXiCheAndQvCarEvent.find().eventEnd = 2;