config.json 909 B

12345678910111213141516171819202122232425262728293031323334353637
  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. },
  17. "language": {
  18. "default": "zh",
  19. "type": [
  20. "zh",
  21. "en"
  22. ],
  23. "path": {
  24. "json": "language/json",
  25. "texture": "language/texture",
  26. "spine": ""
  27. }
  28. },
  29. "bundle": {
  30. "enable": false,
  31. "server": "http://localhost",
  32. "default": "bundle",
  33. "packages": {
  34. "bundle": "ea6b9"
  35. }
  36. }
  37. }