人生啊人生 2 달 전
부모
커밋
004b178770
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAdnQvCarEventStep.js

+ 3 - 1
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAdnQvCarEventStep.js

@@ -45,7 +45,9 @@ export class QingXiCheAdnQvCarEventStep {
             // 控制指定的具体的粒子,并不是所有的粒子的会被操作
             // if (objList.name == '水管水流' || objList.name == '水汽') {
             // if (objList.name == '水泥管粒子') {
-            if (objList.name == '水泥管粒子' || objList.name == '水汽') {
+            // if (objList.name == '水泥管粒子' || objList.name == '水汽') {
+            if (objList.name == '管道喷水') {
+                
                 
                 // 获取粒子对象
                 let objParticle = ChengGuangYuanJing.ParticleSystemAuto.find().objParticleSystemCreateOrUpdate(objList.code);