config.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "config": {
  3. "version": "1.0.5",
  4. "package": "com.oops.game",
  5. "localDataKey": "oops",
  6. "localDataIv": "framework",
  7. "httpServer": "http://192.168.0.150/main/",
  8. "httpTimeout": 10000,
  9. "frameRate": "60",
  10. "loadingTimeoutGui": 1000,
  11. "webSocketIp": "127.0.0.1",
  12. "webSocketProt": "8081",
  13. "webSocketHeartTime": 6000,
  14. "webSocketReceiveTime": 10000,
  15. "webSocketReconnetTimeOut": 3000,
  16. "gameName": "消消乐",
  17. "gameVersion": "1.0.5",
  18. "gameCompanyName": "广州市游戏科技有限公司"
  19. },
  20. "language": {
  21. "default": "zh",
  22. "type": [
  23. "zh",
  24. "en"
  25. ],
  26. "path": {
  27. "json": "language/json",
  28. "texture": "language/texture",
  29. "spine": ""
  30. }
  31. },
  32. "bundle": {
  33. "enable": false,
  34. "server": "http://localhost",
  35. "default": "bundle",
  36. "packages": {
  37. "bundle": "ea6b9"
  38. }
  39. }
  40. }