diff --git a/tgx-games-client/assets/module_basic/scripts/FrontConfig.ts b/tgx-games-client/assets/module_basic/scripts/FrontConfig.ts index a6776da..a1a6527 100644 --- a/tgx-games-client/assets/module_basic/scripts/FrontConfig.ts +++ b/tgx-games-client/assets/module_basic/scripts/FrontConfig.ts @@ -16,7 +16,7 @@ export const GameServerListFileURL = ""; //'http://192.168.0.104:7456/web-mobile export const GameServerURLs = [ // 'wss://chengchennet.cn:15005',//wss远程链接 //"ws://150.158.100.241:8092", //ws远程链接 - "ws://52.221.198.126:8024", //亚马逊 ws远程链接 + "ws://52.221.198.126:8023", //亚马逊 ws远程链接 // "wss://game.squidcryptoweb.com:8023", //亚马逊 ws远程链接 // "ws://127.0.0.1:8092", //ws本地连接 // 'wss://squidgameserver.gryphon.fun' diff --git a/tgx-games-client/assets/start/homeBg.jpg b/tgx-games-client/assets/start/homeBg.jpg index fcbc499..c5f0556 100644 Binary files a/tgx-games-client/assets/start/homeBg.jpg and b/tgx-games-client/assets/start/homeBg.jpg differ diff --git a/tgx-games-client/assets/start/homeBg.jpg.meta b/tgx-games-client/assets/start/homeBg.jpg.meta index 768d57f..10111b3 100644 --- a/tgx-games-client/assets/start/homeBg.jpg.meta +++ b/tgx-games-client/assets/start/homeBg.jpg.meta @@ -46,10 +46,10 @@ "offsetY": 0, "trimX": 0, "trimY": 0, - "width": 1353, - "height": 675, - "rawWidth": 1353, - "rawHeight": 675, + "width": 2160, + "height": 1080, + "rawWidth": 2160, + "rawHeight": 1080, "borderTop": 0, "borderBottom": 0, "borderLeft": 0, @@ -61,17 +61,17 @@ "meshType": 0, "vertices": { "rawPosition": [ - -676.5, - -337.5, + -1080, + -540, 0, - 676.5, - -337.5, + 1080, + -540, 0, - -676.5, - 337.5, + -1080, + 540, 0, - 676.5, - 337.5, + 1080, + 540, 0 ], "indexes": [ @@ -84,12 +84,12 @@ ], "uv": [ 0, - 675, - 1353, - 675, + 1080, + 2160, + 1080, 0, 0, - 1353, + 2160, 0 ], "nuv": [ @@ -103,13 +103,13 @@ 1 ], "minPos": [ - -676.5, - -337.5, + -1080, + -540, 0 ], "maxPos": [ - 676.5, - 337.5, + 1080, + 540, 0 ] }, diff --git a/tgx-games-client/settings/v2/packages/information.json b/tgx-games-client/settings/v2/packages/information.json index cc60609..9107163 100644 --- a/tgx-games-client/settings/v2/packages/information.json +++ b/tgx-games-client/settings/v2/packages/information.json @@ -7,7 +7,7 @@ "enable": true, "customSplash": { "complete": true, - "form": "https://creator-api.cocos.com/api/form/show?sid=283f4aa040f6a5f11e538c7f645318da" + "form": "https://creator-api.cocos.com/api/form/show?sid=d4480f0b5515b1063442cc0644069cc2" } }, "removeSplash": { @@ -16,7 +16,7 @@ "enable": true, "removeSplash": { "complete": true, - "form": "https://creator-api.cocos.com/api/form/show?sid=283f4aa040f6a5f11e538c7f645318da" + "form": "https://creator-api.cocos.com/api/form/show?sid=d4480f0b5515b1063442cc0644069cc2" } } }