config.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "config": {
  3. "version": "1.0.5",
  4. "package": "com.oops.game",
  5. "localDataKey": "oops",
  6. "localDataIv": "framework",
  7. "httpServer": "http://192.168.10.239:7456/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.3",
  18. "gameCompanyName": "阜阳亿顺传媒科技有限公司",
  19. "gamePrivacyUrl": "https://doc.v8dashen.com/doc/e1fdb89d5b390fcd",
  20. "gameProtocolUrl": "https://doc.v8dashen.com/doc/dd31d322080e9b6e",
  21. "isLocalTest": false
  22. },
  23. "gui": [
  24. {
  25. "name": "LayerGame",
  26. "type": "Node"
  27. },
  28. {
  29. "name": "LayerUI",
  30. "type": "UI"
  31. },
  32. {
  33. "name": "LayerPopUp",
  34. "type": "PopUp"
  35. },
  36. {
  37. "name": "LayerDialog",
  38. "type": "Dialog"
  39. },
  40. {
  41. "name": "LayerSystem",
  42. "type": "Dialog"
  43. },
  44. {
  45. "name": "LayerNotify",
  46. "type": "Notify"
  47. },
  48. {
  49. "name": "LayerGuide",
  50. "type": "Node"
  51. }
  52. ],
  53. "language": {
  54. "default": "zh",
  55. "type": [
  56. "zh",
  57. "en"
  58. ],
  59. "path": {
  60. "json": "language/json",
  61. "texture": "language/texture",
  62. "spine": ""
  63. }
  64. },
  65. "bundle": {
  66. "enable": false,
  67. "server": "http://localhost",
  68. "default": "bundle",
  69. "packages": {
  70. "bundle": "ea6b9"
  71. }
  72. }
  73. }