@@ -6436,8 +6436,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
- "x": 0.24,
- "y": 0.24,
+ "x": 0.26,
+ "y": 0.26,
"z": 1
"_mobility": 0,
@@ -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 = {