Advertisement
Guest User

Untitled

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