config.json 479 B

123456789101112131415161718192021
  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. }