人生啊人生 пре 2 месеци
родитељ
комит
5f81f01667

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

@@ -395,6 +395,24 @@ export class QingXiCheAdnQvCarEventStep {
                 ];
                 break;
 
+            case '清洗车_高压水管护管器_变直':
+                list = [
+                    { "name" : "Armature", "speed" : 0.8, "from" : 361, "to" : 322 },
+                ];
+                break;
+
+            case '清洗车_将高压水管放入待施工的管道内_关闭井盖':
+                list = [
+                    { "name" : "井盖013", "speed" : 1, "from" : 102, "to" : 0 },
+                ];
+                break;
+
+            case '清洗车_安装合适的高压喷头_喷头移动到对应位置_地面':
+                list = [
+                    { "name" : "喷头", "speed" : 0.8, "from" : 502, "to" : 330 },
+                ];
+                break;
+
             // case '':
             //     break;
 

+ 20 - 9
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAndQvCarEventClick.js

@@ -1100,20 +1100,31 @@ export class QingXiCheAndQvCarEventClick {
                     ComVal.find().fpsEventAdd("type_click_" + thisTime, {}, 1500, function(fpsEventAddRet) {
                         ComVal.find().fpsEventDel(fpsEventAddRet.code);
                         
-                        thisClass.taoShangGaoYaShuiGuan_3(function() {
+                        // thisClass.taoShangGaoYaShuiGuan_3(function() {
                             
-                        });
+                        // });
 
-                        thisClass.gaoYaPengTou_3(function() {
+                        // thisClass.gaoYaPengTou_3(function() {
                             
-                        });
+                        // });
 
-                        QingXiCheAndQvComClipPlaneMeshEvent.find().ruanGuanLookYes_3(function() {
+                        QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('清洗车_高压水管护管器_变直', function() {
+
+                            QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('清洗车_将高压水管放入待施工的管道内_关闭井盖', function() {
+                                
+                                QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('清洗车_安装合适的高压喷头_喷头移动到对应位置_地面', function() {
+                                });
+
+                                QingXiCheAndQvComClipPlaneMeshEvent.find().ruanGuanLookYes_3(function() {
+
+                                    QingXiCheAndQvCarEvent.find().eventEnd = 2;
+                                    QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
+                                    QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
+                                    
+                                });
+
+                            });
 
-                            QingXiCheAndQvCarEvent.find().eventEnd = 2;
-                            QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
-                            QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
-                            
                         });
                         
                     });