人生啊人生 1 неделя назад
Родитель
Сommit
e10b437be9

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

@@ -547,6 +547,12 @@ export class QingXiCheAdnQvCarEventStep {
                     { "name" : "水枪", "speed" : 1, "from" : 300, "to" : 502 },
                 ];
                 break;
+
+            case '小卷筒使用方法_卸掉手持水枪':
+                list = [
+                    { "name" : "水枪", "speed" : 1, "from" : 502, "to" : 300 },
+                ];
+                break;
                 
 
             // case '':

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

@@ -1921,17 +1921,32 @@ export class QingXiCheAndQvCarEventClick {
                     // 控制延迟逻辑
                     ComVal.find().fpsEventAdd("type_click_" + thisTime, {}, 1500, function(fpsEventAddRet) {
                         ComVal.find().fpsEventDel(fpsEventAddRet.code);
+                        
+                        QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('小卷筒使用方法_卸掉手持水枪', function() {
+                            
+                            objIframeEdit.cameraVisualAngleGetListNameGpsTo("清洗车拉出水管到需要的长度固定2");
 
+                            ComVal.find().fpsEventAdd("type_click_" + thisTime, {}, 1500, function(fpsEventAddRet) {
+                                ComVal.find().fpsEventDel(fpsEventAddRet.code);
+                                
+                                QingXiCheAndQvComClipPlaneMeshEvent.find().shuiQiangGuanLook_2(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);
+
+                                        thisClass.downTimeEvent();
 
-                            thisClass.downTimeEvent();
 
+                                        
+
+                                });
+
+                            });
                             
+                        });
                             
                     });