人生啊人生 2 tháng trước cách đây
mục cha
commit
38d128a110

+ 5 - 2
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAdnQvCarEventStep.js

@@ -333,8 +333,11 @@ export class QingXiCheAdnQvCarEventStep {
                 ];
                 break;
 
-            // case '':
-            //     break;
+            case '缓慢抬起离合器':
+                list = [
+                    { "name" : "离合", "speed" : 1, "from" : 200, "to" : 100 },
+                ];
+                break;
 
             // case '':
             //     break;

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

@@ -581,7 +581,7 @@ export class QingXiCheAndQvCarEventClick {
                     ComVal.find().fpsEventAdd("type_click_" + thisTime, {}, 1500, function(fpsEventAddRet) {
                         ComVal.find().fpsEventDel(fpsEventAddRet.code);
 
-                        thisClass.openCaiLiHeTaiQi(function() {
+                        QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('缓慢抬起离合器', function() {
                             
                             QingXiCheAndQvCarEvent.find().eventEnd = 2;
                             QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);