Browse Source

正式服 调整

woso_javan 4 months ago
parent
commit
934baa7e8d

+ 12 - 12
assets/module_movecar/Prefabs/CarColorsLevels/lvl_2.prefab

@@ -5086,7 +5086,7 @@
       "__type__": "cc.Quat",
       "x": 0,
       "y": 0,
-      "z": 0.7071067811865475,
+      "z": -0.7071067811865475,
       "w": 0.7071067811865476
     }
   },
@@ -5102,7 +5102,7 @@
       "__type__": "cc.Vec3",
       "x": 0,
       "y": 0,
-      "z": 90
+      "z": -90
     }
   },
   {
@@ -5379,7 +5379,7 @@
     "propertyPath": [
       "_carColor"
     ],
-    "value": 4
+    "value": 5
   },
   {
     "__type__": "cc.TargetInfo",
@@ -5415,7 +5415,7 @@
     "propertyPath": [
       "carDir"
     ],
-    "value": 2
+    "value": 3
   },
   {
     "__type__": "cc.Node",
@@ -5866,7 +5866,7 @@
     "propertyPath": [
       "_carColor"
     ],
-    "value": 5
+    "value": 7
   },
   {
     "__type__": "cc.TargetInfo",
@@ -7832,7 +7832,7 @@
     "propertyPath": [
       "_carColor"
     ],
-    "value": 8
+    "value": 7
   },
   {
     "__type__": "cc.TargetInfo",
@@ -13089,7 +13089,7 @@
       "__type__": "cc.Quat",
       "x": 0,
       "y": 0,
-      "z": 0.7071067811865475,
+      "z": -0.7071067811865475,
       "w": 0.7071067811865476
     }
   },
@@ -13105,7 +13105,7 @@
       "__type__": "cc.Vec3",
       "x": 0,
       "y": 0,
-      "z": 90
+      "z": -90
     }
   },
   {
@@ -13350,7 +13350,7 @@
     "propertyPath": [
       "carDir"
     ],
-    "value": 2
+    "value": 3
   },
   {
     "__type__": "cc.TargetInfo",
@@ -14891,7 +14891,7 @@
     "propertyPath": [
       "_carColor"
     ],
-    "value": 1
+    "value": 7
   },
   {
     "__type__": "cc.TargetInfo",
@@ -17010,7 +17010,7 @@
     "propertyPath": [
       "_carColor"
     ],
-    "value": 8
+    "value": 7
   },
   {
     "__type__": "cc.TargetInfo",
@@ -17497,7 +17497,7 @@
     "propertyPath": [
       "_carColor"
     ],
-    "value": 5
+    "value": 7
   },
   {
     "__type__": "cc.TargetInfo",

+ 0 - 3
assets/module_movecar/RoosterMoveCar.ts

@@ -388,9 +388,6 @@ export class RoosterMoveCar extends Component {
                 }).start()
             })
             .delay(0.1)
-
-
-
     }
     // 底部导航
     bottomRoadTween(car: Node, targetPoint: Node, tweenCar: Tween<Node>) {

+ 3 - 2
assets/module_movecar/Script/Components/CarCarColorsComponent.ts

@@ -3,7 +3,7 @@ import { EventDispatcher } from 'db://assets/core_tgx/easy_ui_framework/EventDis
 import { tgxUIMgr } from 'db://assets/core_tgx/tgx';
 import { UI_BattleResult } from 'db://assets/scripts/UIDef';
 import { CarColorsGlobalInstance } from '../CarColorsGlobalInstance';
-import { CarColors, CarDir, CarTypes } from '../CarColorsGlobalTypes';
+import { CarColorLog, CarColors, CarDir, CarTypes } from '../CarColorsGlobalTypes';
 import { GameEvent } from '../Enum/GameEvent';
 import { LevelAction } from '../LevelAction';
 import { LevelManager } from '../Manager/LevelMgr';
@@ -201,7 +201,7 @@ export class CarCarColorsComponent extends Component {
 
         tween(this.node)
             .to(0.2, {
-                worldPosition: new Vec3(carWorldPos.x, carWorldPos.y - 100, carWorldPos.z)
+                worldPosition: new Vec3(carWorldPos.x, carWorldPos.y - 50, carWorldPos.z)
             }
             )
             .call(() => {
@@ -256,6 +256,7 @@ export class CarCarColorsComponent extends Component {
             const collider = results[0].collider;
             //碰到车
             if (collider.group == 1 << 1) {
+                console.log(`${CarColorLog[this.carColor]}色车 --> 前方障碍物有${results.length}个`);
                 return results.length
             }
         }

+ 8 - 8
assets/module_movecar/rooster_movecar.scene

@@ -102,7 +102,7 @@
     "_lpos": {
       "__type__": "cc.Vec3",
       "x": 380,
-      "y": 800.0000000000001,
+      "y": 800,
       "z": 0
     },
     "_lrot": {
@@ -187,7 +187,7 @@
     "_priority": 1073741824,
     "_fov": 45,
     "_fovAxis": 0,
-    "_orthoHeight": 800.0000000000001,
+    "_orthoHeight": 800,
     "_near": 1,
     "_far": 2000,
     "_color": {
@@ -302,7 +302,7 @@
     "_lpos": {
       "__type__": "cc.Vec3",
       "x": 0,
-      "y": 800,
+      "y": 799.9999999999999,
       "z": 0
     },
     "_lrot": {
@@ -455,7 +455,7 @@
     "_contentSize": {
       "__type__": "cc.Size",
       "width": 760,
-      "height": 1600.0000000000002
+      "height": 1600
     },
     "_anchorPoint": {
       "__type__": "cc.Vec2",
@@ -5148,7 +5148,7 @@
     "_lpos": {
       "__type__": "cc.Vec3",
       "x": 0,
-      "y": -700.0000000000002,
+      "y": -700.0000000000001,
       "z": 0
     },
     "_lrot": {
@@ -6138,7 +6138,7 @@
     "_lpos": {
       "__type__": "cc.Vec3",
       "x": -300,
-      "y": 710,
+      "y": 709.9999999999999,
       "z": 0
     },
     "_lrot": {
@@ -7086,7 +7086,7 @@
     "_contentSize": {
       "__type__": "cc.Size",
       "width": 760,
-      "height": 1600.0000000000002
+      "height": 1600
     },
     "_anchorPoint": {
       "__type__": "cc.Vec2",
@@ -7225,7 +7225,7 @@
     "_contentSize": {
       "__type__": "cc.Size",
       "width": 760,
-      "height": 1600.0000000000002
+      "height": 1600
     },
     "_anchorPoint": {
       "__type__": "cc.Vec2",

+ 1 - 1
assets/start/Config/GlobalConfig.ts

@@ -1,5 +1,5 @@
 export const GlobalConfig = {
-    isDebug: true,
+    isDebug: false,
     initilizeLevel: 1,//初始关卡
     levelTotal: 10,   //最大关卡等级
 }

+ 1 - 1
build-templates/web-mobile/index.html

@@ -82,7 +82,7 @@
         var adSdkConfig = {
           el: document.querySelector("GameDiv"),
           client: 'cpsense',
-          is_test: true
+          is_test: false
         };
         var adInstance = new adSdk(adSdkConfig);
         window.adInstance = adInstance;