Commit e5210d9c authored by liujiangnan's avatar liujiangnan

feat: 添加联机游戏

parent cb954d20
{ {
"last-module-event-record-time": 1638672275642, "last-module-event-record-time": 1638702559613,
"migrate-history": [ "migrate-history": [
"cloud-function" "cloud-function"
], ],
...@@ -46,8 +46,8 @@ ...@@ -46,8 +46,8 @@
"3D Physics/Builtin" "3D Physics/Builtin"
], ],
"preview-port": 7456, "preview-port": 7456,
"design-resolution-width": 2000, "design-resolution-width": 960,
"design-resolution-height": 1200, "design-resolution-height": 640,
"fit-width": false, "fit-width": false,
"fit-height": true, "fit-height": true,
"use-project-simulator-setting": false, "use-project-simulator-setting": false,
......
{ {
"game": { "game": {
"name": "未知游戏", "name": "oxford",
"appid": "UNKNOW" "appid": "682526339",
"cid": "14699"
}, },
"configs": [ "configs": [
{ {
...@@ -15,6 +16,15 @@ ...@@ -15,6 +16,15 @@
}, },
{ {
"appid": "UNKNOW" "appid": "UNKNOW"
},
{
"appid": "682526339",
"services": [
{
"service_id": "269",
"enable": true
}
]
} }
], ],
"needExecNative": true "needExecNative": true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment