config.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "init_cfg": {
  3. "isLandscape": true,
  4. "isWindowTop": false,
  5. "name": "game",
  6. "width": 540,
  7. "height": 1200,
  8. "entry": "src/main.lua",
  9. "consolePort": 6050,
  10. "uploadPort": 6060
  11. },
  12. "simulator_screen_size": [
  13. {
  14. "title": "my device 1",
  15. "width": 540,
  16. "height": 1200
  17. },
  18. {
  19. "title": "my device 2",
  20. "width": 720,
  21. "height": 1600
  22. },
  23. {
  24. "title": "my device 3",
  25. "width": 720,
  26. "height": 1280
  27. },
  28. {
  29. "title": "my device 1-50%",
  30. "width": 270,
  31. "height": 600
  32. },
  33. {
  34. "title": "iPhone 3Gs (480x320)",
  35. "width": 480,
  36. "height": 320
  37. },
  38. {
  39. "title": "iPhone 4 (960x640)",
  40. "width": 960,
  41. "height": 640
  42. },
  43. {
  44. "title": "iPhone 5 (1136x640)",
  45. "width": 1136,
  46. "height": 640
  47. },
  48. {
  49. "title": "iPad (1024x768)",
  50. "width": 1024,
  51. "height": 768
  52. },
  53. {
  54. "title": "iPad Retina (2048x1536)",
  55. "width": 2048,
  56. "height": 1536
  57. },
  58. {
  59. "title": "Android (800x480)",
  60. "width": 800,
  61. "height": 480
  62. },
  63. {
  64. "title": "Android (854x480)",
  65. "width": 854,
  66. "height": 480
  67. },
  68. {
  69. "title": "Android (1280x720)",
  70. "width": 1280,
  71. "height": 720
  72. },
  73. {
  74. "title": "Android (1920x1080)",
  75. "width": 1920,
  76. "height": 1080
  77. }
  78. ]
  79. }