人生啊人生 2 долоо хоног өмнө
parent
commit
937c4be303

+ 24 - 2
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAndQvCarEvent.js

@@ -50,8 +50,7 @@ export class QingXiCheAndQvCarEvent {
         this.videoJson = {
             // "唯一code" : "对应的视频地址",
         };
-
-
+        
         /**
          * 用于记录一些粒子的操作的球体
          * 有的粒子停止的时候比较奇怪
@@ -62,6 +61,29 @@ export class QingXiCheAndQvCarEvent {
         };
 
 
+        this.aroundTheCarPoint = {
+            "aroundTheCarPoint_1" : {
+
+            },
+            "aroundTheCarPoint_2" : {
+
+            },
+            "aroundTheCarPoint_3" : {
+
+            },
+            "aroundTheCarPoint_4" : {
+
+            },
+            "aroundTheCarPoint_5" : {
+
+            },
+            "aroundTheCarPoint_6" : {
+
+            },
+        }
+
+
+
     }
 
     // 实现单例模式