mirror of
https://gitee.com/dgflash/oops-game-kit.git
synced 2026-07-01 21:14:21 +08:00
67 lines
1.5 KiB
JSON
67 lines
1.5 KiB
JSON
{
|
|
"config": {
|
|
"version": "1.0.5",
|
|
"package": "com.oops.game",
|
|
"localDataKey": "oops",
|
|
"localDataIv": "framework",
|
|
"httpServer": "http://192.168.0.150/main/",
|
|
"httpTimeout": 10000,
|
|
"frameRate": "60",
|
|
"loadingTimeoutGui": 1000,
|
|
"webSocketIp": "127.0.0.1",
|
|
"webSocketProt": "8081",
|
|
"webSocketHeartTime": 6000,
|
|
"webSocketReceiveTime": 10000,
|
|
"webSocketReconnetTimeOut": 3000
|
|
},
|
|
"gui": [
|
|
{
|
|
"name": "LayerGame",
|
|
"type": "Game"
|
|
},
|
|
{
|
|
"name": "LayerUI",
|
|
"type": "UI"
|
|
},
|
|
{
|
|
"name": "LayerPopUp",
|
|
"type": "PopUp"
|
|
},
|
|
{
|
|
"name": "LayerDialog",
|
|
"type": "Dialog"
|
|
},
|
|
{
|
|
"name": "LayerSystem",
|
|
"type": "Dialog"
|
|
},
|
|
{
|
|
"name": "LayerNotify",
|
|
"type": "Notify"
|
|
},
|
|
{
|
|
"name": "LayerGuide",
|
|
"type": "Node"
|
|
}
|
|
],
|
|
"language": {
|
|
"default": "zh",
|
|
"type": [
|
|
"zh",
|
|
"en"
|
|
],
|
|
"path": {
|
|
"json": "language/json",
|
|
"texture": "language/texture",
|
|
"spine": ""
|
|
}
|
|
},
|
|
"bundle": {
|
|
"enable": false,
|
|
"server": "http://localhost",
|
|
"default": "bundle",
|
|
"packages": {
|
|
"bundle": "ea6b9"
|
|
}
|
|
}
|
|
} |