Advertisement
Guest User

Untitled

a guest
Mar 30th, 2015
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. {
  2. "images":
  3. {
  4. "title":
  5. {
  6. "image" : "mainmenu:Genesis.png",
  7. "posX" : -90,
  8. "posY" : 5,
  9. "width" : 200,
  10. "height" : 60,
  11. "alignment" : "top_center"
  12. }
  13. },
  14.  
  15. "buttons":
  16. {
  17. "singleplayer":
  18. {
  19. "text" : "menu.singleplayer",
  20. "posX" : -200,
  21. "posY" : 15,
  22. "width" : 90,
  23. "height" : 20,
  24. "action" :
  25. {
  26. "type" : "openGui",
  27. "gui" : "singleplayer"
  28. }
  29. },
  30.  
  31. "multiplayer":
  32. {
  33. "text" : "menu.multiplayer",
  34. "posX" : -200,
  35. "posY" : 40,
  36. "width" : 90,
  37. "height" : 20,
  38. "action" :
  39. {
  40. "type" : "openGui",
  41. "gui" : "multiplayer"
  42. }
  43. },
  44.  
  45. "mods":
  46. {
  47. "text" : "Mods",
  48. "posX" : -200,
  49. "posY" : 65,
  50. "width" : 90,
  51. "height" : 20,
  52. "action" :
  53. {
  54. "type" : "openGui",
  55. "gui" : "mods"
  56. }
  57. },
  58.  
  59. "options":
  60. {
  61. "text" : "menu.options",
  62. "posX" : -200,
  63. "posY" : 90,
  64. "width" : 90,
  65. "height" : 20,
  66. "action" :
  67. {
  68. "type" : "openGui",
  69. "gui" : "options"
  70. }
  71. },
  72.  
  73. "quit":
  74. {
  75. "text" : "menu.quit",
  76. "posX" : -200,
  77. "posY" : 115,
  78. "width" : 90,
  79. "height" : 20,
  80. "action" :
  81. {
  82. "type" : "quit"
  83. }
  84. }
  85.  
  86. },
  87.  
  88. "texts":
  89. {
  90. "mojang":
  91. {
  92. "text" : "Copyright Mojang AB",
  93. "posX" : -105,
  94. "posY" : -10,
  95. "color" : -1,
  96. "alignment" : "bottom_right"
  97. },
  98.  
  99. "Genesis":
  100. {
  101. "text" : "Genesis Version 1.1.1",
  102. "posX" : 2,
  103. "posY" : -10,
  104. "color" : -1,
  105. "alignment" : "bottom_left"
  106. },
  107. "Author":
  108. {
  109. "text" : "by Xaethon",
  110. "posX" : 112,
  111. "posY" : -10,
  112. "color" : -1,
  113. "alignment" : "bottom_left"
  114. }
  115. },
  116.  
  117. "other": {
  118. "background": {
  119. "image": "",
  120. "mode": "fill",
  121. "slideshow": {
  122. "images": ["mainmenu:screenshot1.png", "mainmenu:screenshot2.png", "mainmenu:screenshot3.png", "mainmenu:screenshot4.png", "mainmenu:screenshot5.png", "mainmenu:screenshot6.png", "mainmenu:screenshot7.png", "mainmenu:screenshot8.png"],
  123. "displayDuration": 100,
  124. "fadeDuration": 40
  125. }
  126. }
  127. }
  128. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement