| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "config": {
- "version": "1.0.5",
- "package": "com.oops.game",
- "localDataKey": "oops",
- "localDataIv": "framework",
- "httpServer": "http://192.168.10.239:7456/main/",
- "httpTimeout": 10000,
- "frameRate": "60",
- "loadingTimeoutGui": 1000,
- "webSocketIp": "127.0.0.1",
- "webSocketProt": "8081",
- "webSocketHeartTime": 6000,
- "webSocketReceiveTime": 10000,
- "webSocketReconnetTimeOut": 3000,
- "gameName": "消消金块",
- "gameVersion": "当前版本 1.0.3",
- "gameCompanyName": "阜阳亿顺传媒科技有限公司",
- "gamePrivacyUrl": "https://doc.v8dashen.com/doc/e1fdb89d5b390fcd",
- "gameProtocolUrl": "https://doc.v8dashen.com/doc/dd31d322080e9b6e",
- "isLocalTest": false
- },
- "gui": [
- {
- "name": "LayerGame",
- "type": "Node"
- },
- {
- "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"
- }
- }
- }
|