Advertisement
julong

multi device screen #json

Aug 12th, 2014
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. {
  2. "init_cfg": {
  3. "isLandscape": false,
  4. "name": "CocosJSGame",
  5. "width": 1136,
  6. "height": 640,
  7. "entry": "main.js",
  8. "consolePort": 0,
  9. "debugPort": 0
  10. },
  11. "simulator_screen_size": [
  12. {
  13. "title": "iPhone 3Gs (480x320)",
  14. "width": 480,
  15. "height": 320
  16. },
  17. {
  18. "title": "iPhone 4 (960x640)",
  19. "width": 960,
  20. "height": 640
  21. },
  22. {
  23. "title": "iPhone 5 (1136x640)",
  24. "width": 1136,
  25. "height": 640
  26. },
  27. {
  28. "title": "iPad (1024x768)",
  29. "width": 1024,
  30. "height": 768
  31. },
  32. {
  33. "title": "iPad Retina (2048x1536)",
  34. "width": 2048,
  35. "height": 1536
  36. },
  37. {
  38. "title": "Android (800x480)",
  39. "width": 800,
  40. "height": 480
  41. },
  42. {
  43. "title": "Android (854x480)",
  44. "width": 854,
  45. "height": 480
  46. },
  47. {
  48. "title": "Android (1280x720)",
  49. "width": 1280,
  50. "height": 720
  51. },
  52. {
  53. "title": "Android (1920x1080)",
  54. "width": 1920,
  55. "height": 1080
  56. }
  57. ]
  58. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement