config.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "init_cfg":{
  3. "isLandscape": true,
  4. "isWindowTop": false,
  5. "name": "jywfishnew",
  6. "width": 1680,
  7. "height": 720,
  8. "entry": "src/main.lua",
  9. "consolePort": 6050,
  10. "uploadPort": 6060
  11. },
  12. "simulator_screen_size": [
  13. {
  14. "title": "iPhone 3Gs (480x320)",
  15. "width": 480,
  16. "height": 320
  17. },
  18. {
  19. "title": "iPhone 4 (960x640)",
  20. "width": 960,
  21. "height": 640
  22. },
  23. {
  24. "title": "iPhone 5 (1136x640)",
  25. "width": 1136,
  26. "height": 640
  27. },
  28. {
  29. "title": "iPad (1024x768)",
  30. "width": 1024,
  31. "height": 768
  32. },
  33. {
  34. "title": "iPad Retina (2048x1536)",
  35. "width": 2048,
  36. "height": 1536
  37. },
  38. {
  39. "title": "Android (800x480)",
  40. "width": 800,
  41. "height": 480
  42. },
  43. {
  44. "title": "Android (854x480)",
  45. "width": 854,
  46. "height": 480
  47. },
  48. {
  49. "title": "Android (1280x720)",
  50. "width": 1280,
  51. "height": 720
  52. },
  53. {
  54. "title": "Android (1920x1080)",
  55. "width": 1920,
  56. "height": 1080
  57. }
  58. ]
  59. }