future hai 1 ano
pai
achega
b1fa2f662f
Modificáronse 2 ficheiros con 3 adicións e 3 borrados
  1. 2 2
      assets/resources/ui/home.prefab
  2. 1 1
      assets/script/config.ts

+ 2 - 2
assets/resources/ui/home.prefab

@@ -6436,8 +6436,8 @@
     },
     "_lscale": {
       "__type__": "cc.Vec3",
-      "x": 0.24,
-      "y": 0.24,
+      "x": 0.26,
+      "y": 0.26,
       "z": 1
     },
     "_mobility": 0,

+ 1 - 1
assets/script/config.ts

@@ -3,7 +3,7 @@ const { ccclass, property } = _decorator;
 
 @ccclass('config')
 export class config  {
-    static debug = true
+    static debug = false
     static gameName = "开局自行车";
     static websocket_domain = config.debug?'wss://snakews.xwrun.com':"wss://snakews.hainanmlwl.com" 
     public static Platform = {