logo资源替换,web端口修改
This commit is contained in:
parent
f95801ff43
commit
1751cf0838
|
@ -16,7 +16,7 @@ export const GameServerListFileURL = ""; //'http://192.168.0.104:7456/web-mobile
|
||||||
export const GameServerURLs = [
|
export const GameServerURLs = [
|
||||||
// 'wss://chengchennet.cn:15005',//wss远程链接
|
// 'wss://chengchennet.cn:15005',//wss远程链接
|
||||||
//"ws://150.158.100.241:8092", //ws远程链接
|
//"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远程链接
|
// "wss://game.squidcryptoweb.com:8023", //亚马逊 ws远程链接
|
||||||
// "ws://127.0.0.1:8092", //ws本地连接
|
// "ws://127.0.0.1:8092", //ws本地连接
|
||||||
// 'wss://squidgameserver.gryphon.fun'
|
// 'wss://squidgameserver.gryphon.fun'
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 877 KiB |
|
@ -46,10 +46,10 @@
|
||||||
"offsetY": 0,
|
"offsetY": 0,
|
||||||
"trimX": 0,
|
"trimX": 0,
|
||||||
"trimY": 0,
|
"trimY": 0,
|
||||||
"width": 1353,
|
"width": 2160,
|
||||||
"height": 675,
|
"height": 1080,
|
||||||
"rawWidth": 1353,
|
"rawWidth": 2160,
|
||||||
"rawHeight": 675,
|
"rawHeight": 1080,
|
||||||
"borderTop": 0,
|
"borderTop": 0,
|
||||||
"borderBottom": 0,
|
"borderBottom": 0,
|
||||||
"borderLeft": 0,
|
"borderLeft": 0,
|
||||||
|
@ -61,17 +61,17 @@
|
||||||
"meshType": 0,
|
"meshType": 0,
|
||||||
"vertices": {
|
"vertices": {
|
||||||
"rawPosition": [
|
"rawPosition": [
|
||||||
-676.5,
|
-1080,
|
||||||
-337.5,
|
-540,
|
||||||
0,
|
0,
|
||||||
676.5,
|
1080,
|
||||||
-337.5,
|
-540,
|
||||||
0,
|
0,
|
||||||
-676.5,
|
-1080,
|
||||||
337.5,
|
540,
|
||||||
0,
|
0,
|
||||||
676.5,
|
1080,
|
||||||
337.5,
|
540,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"indexes": [
|
"indexes": [
|
||||||
|
@ -84,12 +84,12 @@
|
||||||
],
|
],
|
||||||
"uv": [
|
"uv": [
|
||||||
0,
|
0,
|
||||||
675,
|
1080,
|
||||||
1353,
|
2160,
|
||||||
675,
|
1080,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
1353,
|
2160,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"nuv": [
|
"nuv": [
|
||||||
|
@ -103,13 +103,13 @@
|
||||||
1
|
1
|
||||||
],
|
],
|
||||||
"minPos": [
|
"minPos": [
|
||||||
-676.5,
|
-1080,
|
||||||
-337.5,
|
-540,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"maxPos": [
|
"maxPos": [
|
||||||
676.5,
|
1080,
|
||||||
337.5,
|
540,
|
||||||
0
|
0
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"enable": true,
|
"enable": true,
|
||||||
"customSplash": {
|
"customSplash": {
|
||||||
"complete": true,
|
"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": {
|
"removeSplash": {
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
"enable": true,
|
"enable": true,
|
||||||
"removeSplash": {
|
"removeSplash": {
|
||||||
"complete": true,
|
"complete": true,
|
||||||
"form": "https://creator-api.cocos.com/api/form/show?sid=283f4aa040f6a5f11e538c7f645318da"
|
"form": "https://creator-api.cocos.com/api/form/show?sid=d4480f0b5515b1063442cc0644069cc2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue