config.json 637 B

123456789101112131415161718192021222324252627
  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. },
  11. "language": {
  12. "type": [
  13. "zh",
  14. "en"
  15. ],
  16. "path": {
  17. "json": "language/json",
  18. "texture": "language/texture"
  19. }
  20. },
  21. "bundle": {
  22. "enable": false,
  23. "server": "https://127.0.0.1:8080/bundle",
  24. "name": "bundle",
  25. "version": "b727c"
  26. }
  27. }