Advertisement
Guest User

Untitled

a guest
Dec 30th, 2014
21,312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. {
  2. "images":
  3. {
  4. "transparent":
  5. {
  6. "image" : "textures:menu/blacktransparent.png",
  7. "posX" : -50,
  8. "posY" : -70,
  9. "width" : 100,
  10. "height" : 140,
  11. "alignment" : "center"
  12. },
  13.  
  14. "minecraft":
  15. {
  16. "image" : "textures:menu/minecraft.png",
  17. "posX" : -53,
  18. "posY" : -70,
  19. "width" : 108,
  20. "height" : 16,
  21. "alignment" : "center"
  22. }
  23. },
  24.  
  25. "buttons":
  26. {
  27. "singleplayer":
  28. {
  29. "text" : "menu.singleplayer",
  30. "posX" : -50,
  31. "posY" : -50,
  32. "width" : 100,
  33. "height" : 20,
  34. "alignment" : "center",
  35. "texture" : "textures:menu/button.png",
  36. "shadow" : false
  37. },
  38.  
  39. "multiplayer":
  40. {
  41. "text" : "menu.multiplayer",
  42. "posX" : -50,
  43. "posY" : -30,
  44. "width" : 100,
  45. "height" : 20,
  46. "alignment" : "center",
  47. "texture" : "textures:menu/button.png",
  48. "shadow" : false
  49. },
  50.  
  51. "mods":
  52. {
  53. "text" : "fml.menu.mods",
  54. "posX" : -50,
  55. "posY" : -10,
  56. "width" : 100,
  57. "height" : 20,
  58. "alignment" : "center",
  59. "texture" : "textures:menu/button.png",
  60. "shadow" : false
  61. },
  62.  
  63. "options":
  64. {
  65. "text" : "menu.options",
  66. "posX" : -50,
  67. "posY" : 10,
  68. "width" : 100,
  69. "height" : 20,
  70. "alignment" : "center",
  71. "texture" : "textures:menu/button.png",
  72. "shadow" : false
  73. },
  74.  
  75. "language":
  76. {
  77. "text" : "Language",
  78. "posX" : -50,
  79. "posY" : 30,
  80. "width" : 100,
  81. "height" : 20,
  82. "alignment" : "center",
  83. "texture" : "textures:menu/button.png",
  84. "shadow" : false
  85. },
  86.  
  87. "quit":
  88. {
  89. "text" : "menu.quit",
  90. "posX" : -50,
  91. "posY" : 50,
  92. "width" : 100,
  93. "height" : 20,
  94. "alignment" : "center",
  95. "texture" : "textures:menu/button.png",
  96. "shadow" : false
  97. }
  98. },
  99.  
  100. "texts":
  101. {
  102. "mojang":
  103. {
  104. "text" : "",
  105. "posX" : -197,
  106. "posY" : -10,
  107. "color" : -1,
  108. "alignment" : "bottom_right"
  109. }
  110. },
  111.  
  112. "other":
  113. {
  114. "background":
  115. {
  116. "image" : "textures:menu/hill.png",
  117. "mode" : "fill"
  118. }
  119. }
  120. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement