Advertisement
Guest User

mainmenu.json

a guest
Aug 23rd, 2019
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. {
  2. "images":
  3. {
  4. "title":
  5. {
  6. "image" : "mainmenu:textures/devilcraft.png",
  7. "posX" : -137,
  8. "posY" : 15,
  9. "width" : 275,
  10. "height" : 75,
  11. "alignment" : "top_center"
  12. },
  13.  
  14. "edition":
  15. {
  16. "image" : "mainmenu:textures/edition.png",
  17. "posX" : -60,
  18. "posY" : 80,
  19. "width" : 128,
  20. "height" : 16,
  21. "alignment" : "top_center"
  22. }
  23. },
  24.  
  25. "buttons":
  26. {
  27. "singleplayer":
  28. {
  29. "text" : "menu.singleplayer",
  30. "texture" : "mainmenu:textures/button.png",
  31. "posX" : -100,
  32. "posY" : 60,
  33. "width" : 200,
  34. "height" : 20,
  35. "imageWidth" : 100,
  36. "imageHeight" : 25,
  37. "normalTextColor" : 6575104,
  38. "hoverTextColor" : 0,
  39. "action" :
  40. {
  41. "type" : "openGui",
  42. "gui" : "singleplayer"
  43. }
  44. },
  45.  
  46. "multiplayer":
  47. {
  48. "text" : "menu.multiplayer",
  49. "texture" : "mainmenu:textures/button.png",
  50. "posX" : -100,
  51. "posY" : 85,
  52. "width" : 200,
  53. "height" : 20,
  54. "imageWidth" : 100,
  55. "imageHeight" : 25,
  56. "normalTextColor" : 6575104,
  57. "hoverTextColor" : 0,
  58. "action" :
  59. {
  60. "type" : "openGui",
  61. "gui" : "multiplayer"
  62. }
  63. },
  64.  
  65. "mods":
  66. {
  67. "text" : "fml.menu.mods",
  68. "texture" : "mainmenu:textures/button.png",
  69. "posX" : -100,
  70. "posY" : 108,
  71. "width" : 200,
  72. "height" : 20,
  73. "imageWidth" : 100,
  74. "imageHeight" : 25,
  75. "normalTextColor" : 6575104,
  76. "hoverTextColor" : 0,
  77. "action" :
  78. {
  79. "type" : "openGui",
  80. "gui" : "mods"
  81. }
  82. },
  83.  
  84. "options":
  85. {
  86. "text" : "menu.options",
  87. "texture" : "mainmenu:textures/button.png",
  88. "posX" : -100,
  89. "posY" : 134,
  90. "width" : 200,
  91. "height" : 20,
  92. "imageWidth" : 100,
  93. "imageHeight" : 25,
  94. "normalTextColor" : 6575104,
  95. "hoverTextColor" : 0,
  96. "action" :
  97. {
  98. "type" : "openGui",
  99. "gui" : "options"
  100. }
  101. },
  102.  
  103. "quit":
  104. {
  105. "text" : "menu.quit",
  106. "texture" : "mainmenu:textures/button.png",
  107. "posX" : -100,
  108. "posY" : 160,
  109. "width" : 200,
  110. "height" : 20,
  111. "imageWidth" : 100,
  112. "imageHeight" : 25,
  113. "normalTextColor" : 6575104,
  114. "hoverTextColor" : 0,
  115. "action" :
  116. {
  117. "type" : "quit"
  118. }
  119. }
  120. },
  121.  
  122. "other":
  123. {
  124. "splash-text":
  125. {
  126. "posX" : 130,
  127. "posY" : 80,
  128. "color" : -256,
  129. "alignment" : "top_center",
  130. "texts" : "file:mainmenu:splashes.txt"
  131. },
  132.  
  133. "background":
  134. {
  135. "image" : "mainmenu:background6.png",
  136. "mode" : "fill"
  137. }
  138. }
  139. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement