Compare commits
2 Commits
6dfac856d5
...
1751cf0838
Author | SHA1 | Date |
---|---|---|
|
1751cf0838 | |
|
f95801ff43 |
|
@ -16,8 +16,8 @@ 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:8023", //亚马逊 ws远程链接
|
||||
"wss://game.squidcryptoweb.com:8023", //亚马逊 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'
|
||||
];
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 877 KiB |
|
@ -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
|
||||
]
|
||||
},
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue