Advertisement
Guest User

Untitled

a guest
Apr 25th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.13 KB | None | 0 0
  1. {
  2. "images":
  3. {
  4. "titleBG1":
  5. {
  6. "image" : "custommainmenu:textures/gui/Folhas_TopEng.png",
  7. "posX" : -110,
  8. "posY" : -60,
  9. "width" : 640,
  10. "height" : 320,
  11. "imageWidth" : 2000,
  12. "imageHeight" : 1003,
  13. "alignment" : "top_left"
  14. },
  15.  
  16. "titleBG2":
  17. {
  18. "image" : "custommainmenu:textures/gui/Folhas_BottonEng.png",
  19. "posX" : 120,
  20. "posY" : 120,
  21. "width" : 600,
  22. "height" : 300,
  23. "imageWidth" : 2000,
  24. "imageHeight" : 1003,
  25. "alignment" : "botton_right"
  26. },
  27.  
  28. "title":
  29. {
  30. "image" : "custommainmenu:textures/gui/Title.png",
  31. "posX" : -187,
  32. "posY" : 0,
  33. "width" : 375,
  34. "height" : 210,
  35. "imageWidth" : 1500,
  36. "imageHeight" : 839,
  37. "alignment" : "top_center"
  38. },
  39.  
  40. "UmJogadorBt":
  41. {
  42. "image" : "custommainmenu:textures/gui/UmJogador.png",
  43. "posX" : -150,
  44. "posY" : -10,
  45. "width" : 150,
  46. "height" : 20,
  47. "imageWidth" : 1500,
  48. "imageHeight" : 200,
  49. "alignment" : "right_center",
  50. "hoverImage" : "custommainmenu:textures/gui/UmJogador_Hover.png"
  51. },
  52.  
  53. "MultiplayerBt":
  54. {
  55. "image" : "custommainmenu:textures/gui/Multiplayer.png",
  56. "posX" : -150,
  57. "posY" : 13,
  58. "width" : 150,
  59. "height" : 20,
  60. "imageWidth" : 1500,
  61. "imageHeight" : 200,
  62. "alignment" : "right_center",
  63. "hoverImage" : "custommainmenu:textures/gui/Multiplayer_Hover.png"
  64. },
  65.  
  66. "modsBt":
  67. {
  68. "image" : "custommainmenu:textures/gui/Mods.png",
  69. "posX" : -150,
  70. "posY" : 36,
  71. "width" : 150,
  72. "height" : 20,
  73. "imageWidth" : 1500,
  74. "imageHeight" : 200,
  75. "alignment" : "right_center",
  76. "hoverImage" : "custommainmenu:textures/gui/Mods_Hover.png"
  77. },
  78.  
  79. "OptionsBt":
  80. {
  81. "image" : "custommainmenu:textures/gui/Options.png",
  82. "posX" : -150,
  83. "posY" : 59,
  84. "width" : 150,
  85. "height" : 20,
  86. "imageWidth" : 1500,
  87. "imageHeight" : 200,
  88. "alignment" : "right_center",
  89. "hoverImage" : "custommainmenu:textures/gui/Options_Hover.png"
  90. },
  91.  
  92. "SairBt":
  93. {
  94. "image" : "custommainmenu:textures/gui/Sair.png",
  95. "posX" : -150,
  96. "posY" : 82,
  97. "width" : 150,
  98. "height" : 20,
  99. "imageWidth" : 1500,
  100. "imageHeight" : 200,
  101. "alignment" : "right_center",
  102. "hoverImage" : "custommainmenu:textures/gui/Sair_Hover.png"
  103. }
  104. },
  105.  
  106. "buttons":
  107. {
  108. "singleplayer":
  109. {
  110. "text" : "menu.singleplayer",
  111. "alignment" : "right_center",
  112. "texture" : "custommainmenu:textures/gui/Listras.png",
  113. "imageWidth" : 1500,
  114. "imageHeight" : 200,
  115. "posX" : -150,
  116. "posY" : -10,
  117. "width" : 150,
  118. "height" : 20,
  119. "action" :
  120. {
  121. "type" : "openGui",
  122. "gui" : "singleplayer"
  123. }
  124. },
  125.  
  126. "multiplayer":
  127. {
  128. "text" : "menu.multiplayer",
  129. "alignment" : "right_center",
  130. "texture" : "custommainmenu:textures/gui/Listras.png",
  131. "imageWidth" : 1500,
  132. "imageHeight" : 200,
  133. "posX" : -150,
  134. "posY" : 13,
  135. "width" : 150,
  136. "height" : 20,
  137. "action" :
  138. {
  139. "type" : "openGui",
  140. "gui" : "multiplayer"
  141. }
  142. },
  143.  
  144. "mods":
  145. {
  146. "text" : "fml.menu.mods",
  147. "alignment" : "right_center",
  148. "texture" : "custommainmenu:textures/gui/Listras.png",
  149. "imageWidth" : 1500,
  150. "imageHeight" : 200,
  151. "posX" : -150,
  152. "posY" : 36,
  153. "width" : 150,
  154. "height" : 20,
  155. "action" :
  156. {
  157. "type" : "openGui",
  158. "gui" : "mods"
  159. }
  160. },
  161.  
  162. "options":
  163. {
  164. "text" : "menu.options",
  165. "alignment" : "right_center",
  166. "texture" : "custommainmenu:textures/gui/Listras.png",
  167. "imageWidth" : 1500,
  168. "imageHeight" : 200,
  169. "posX" : -150,
  170. "posY" : 59,
  171. "width" : 150,
  172. "height" : 20,
  173. "action" :
  174. {
  175. "type" : "openGui",
  176. "gui" : "options"
  177. }
  178. },
  179.  
  180. "quit":
  181. {
  182. "text" : "menu.quit",
  183. "alignment" : "right_center",
  184. "texture" : "custommainmenu:textures/gui/Listras.png",
  185. "imageWidth" : 1500,
  186. "imageHeight" : 200,
  187. "posX" : -150,
  188. "posY" : 82,
  189. "width" : 150,
  190. "height" : 20,
  191. "action" :
  192. {
  193. "type" : "quit"
  194. }
  195. },
  196.  
  197. "link1":
  198. {
  199. "text" : "",
  200. "texture" : "custommainmenu:textures/gui/YoutubeLink.png",
  201. "posX" : -90,
  202. "posY" : 15,
  203. "width" : 50,
  204. "height" : 50,
  205. "imageWidth" : 384,
  206. "imageHeight" : 384,
  207. "alignment" : "top_right",
  208. "action" :
  209. {
  210. "type" : "openLink",
  211. "link" : "https://www.youtube.com/channel/UCMnVVt7G15WhGooYkHriPQA"
  212. }
  213. },
  214.  
  215. "link2":
  216. {
  217. "text" : "",
  218. "texture" : "custommainmenu:textures/gui/DeviantArt.png",
  219. "posX" : -50,
  220. "posY" : 15,
  221. "width" : 50,
  222. "height" : 50,
  223. "imageWidth" : 384,
  224. "imageHeight" : 384,
  225. "alignment" : "top_right",
  226. "action" :
  227. {
  228. "type" : "openLink",
  229. "link" : "http://rodrigoup2.deviantart.com/"
  230. }
  231. }
  232. },
  233.  
  234. "labels":
  235. {
  236. "mojang":
  237. {
  238. "text" : "RP Audio & Visual",
  239. "posX" : -90,
  240. "posY" : 3,
  241. "color" : -1,
  242. "alignment" : "top_right"
  243. },
  244.  
  245. "fml":
  246. {
  247. "text" : "",
  248. "posX" : 2,
  249. "posY" : -48,
  250. "color" : -1,
  251. "alignment" : "bottom_left"
  252. }
  253. },
  254.  
  255. "other":
  256. {
  257. "background":
  258. {
  259. "image" : "",
  260. "slideshow":
  261. {
  262. "images" : [
  263. "custommainmenu:textures/gui/Imagem1.png",
  264. "custommainmenu:textures/gui/Imagem2.png",
  265. "custommainmenu:textures/gui/Imagem3.png",
  266. "custommainmenu:textures/gui/Imagem4.png",
  267. "custommainmenu:textures/gui/Imagem5.png",
  268. "custommainmenu:textures/gui/Imagem6.png",
  269. "custommainmenu:textures/gui/Imagem7.png",
  270. "custommainmenu:textures/gui/Imagem8.png",
  271. "custommainmenu:textures/gui/Imagem9.png",
  272. "custommainmenu:textures/gui/Imagem10.png",
  273. "custommainmenu:textures/gui/Imagem11.png",
  274. "custommainmenu:textures/gui/Imagem12.png",
  275. "custommainmenu:textures/gui/Imagem13.png",
  276. "custommainmenu:textures/gui/Imagem14.png"
  277. ],
  278. "displayDuration" : 100,
  279. "fadeDuration" : 20,
  280. "shuffle" : true
  281. }
  282. }
  283. }
  284. }
  285. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement