Advertisement
Guest User

Untitled

a guest
May 23rd, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.45 KB | None | 0 0
  1. {
  2. "images":
  3. {
  4. "title":
  5. {
  6. "image" : "menu:textures/fslogo.png",
  7. "posX" : 170,
  8. "posY" : -60,
  9. "width" : 400,
  10. "height" : 100,
  11. "alignment" : "left_center"
  12. },
  13.  
  14. "transparent":
  15. {
  16. "image" : "menu:textures/btransparent1.png",
  17. "posX" : 30,
  18. "posY" : 0,
  19. "width" : 120,
  20. "height" : 2000,
  21. "alignment" : "top_left"
  22. }
  23. },
  24.  
  25. "buttons":
  26. {
  27. "singleplayer":
  28. {
  29. "text" : "menu.singleplayer",
  30. "posX" : 30,
  31. "posY" : -40,
  32. "width" : 120,
  33. "height" : 20,
  34. "pressSound" : "menu:sound/press.ogg",
  35. "hoverSound" : "menu:sound/hover.ogg",
  36. "texture" : "menu:textures/bpressed.png",
  37. "hoverTextColor":16711680,
  38. "alignment" : "left_center",
  39. "action" :
  40. {
  41. "type" : "openGui",
  42. "gui" : "singleplayer"
  43. }
  44. },
  45.  
  46. "multiplayer":
  47. {
  48. "text" : "menu.multiplayer",
  49. "posX" : 30,
  50. "posY" : -10,
  51. "width" : 120,
  52. "height" : 20,
  53. "pressSound" : "menu:sound/press.ogg",
  54. "hoverSound" : "menu:sound/hover.ogg",
  55. "texture" : "menu:textures/bpressed.png",
  56. "hoverTextColor":16711680,
  57. "alignment" : "left_center",
  58. "action" :
  59. {
  60. "type" : "openGui",
  61. "gui" : "multiplayer"
  62. }
  63. },
  64.  
  65. "mods":
  66. {
  67. "text" : "Mods",
  68. "posX" : -125,
  69. "posY" : 5,
  70. "width" : 120,
  71. "height" : 20,
  72. "pressSound" : "menu:sound/press.ogg",
  73. "hoverSound" : "menu:sound/hover.ogg",
  74. "texture" : "menu:textures/bpressed.png",
  75. "hoverTextColor":16711680,
  76. "alignment" : "top_right",
  77. "action" :
  78. {
  79. "type" : "openGui",
  80. "gui" : "mods"
  81. }
  82. },
  83.  
  84. "changelog":
  85. {
  86. "text" : "Changelog",
  87. "posX" : -125,
  88. "posY" : -25,
  89. "width" : 120,
  90. "height" : 20,
  91. "pressSound" : "menu:sound/press.ogg",
  92. "hoverSound" : "menu:sound/hover.ogg",
  93. "texture" : "menu:textures/bpressed.png",
  94. "hoverTextColor":16711680,
  95. "alignment" : "bottom_right",
  96. "action" :
  97. {
  98. "type" : "openGui",
  99. "gui" : "custom.changelog"
  100. }
  101. },
  102.  
  103. "options":
  104. {
  105. "text" : "menu.options",
  106. "posX" : 30,
  107. "posY" : 20,
  108. "width" : 120,
  109. "height" : 20,
  110. "pressSound" : "menu:sound/press.ogg",
  111. "hoverSound" : "menu:sound/hover.ogg",
  112. "texture" : "menu:textures/bpressed.png",
  113. "hoverTextColor":16711680,
  114. "alignment" : "left_center",
  115. "action" :
  116. {
  117. "type" : "openGui",
  118. "gui" : "options"
  119. }
  120. },
  121.  
  122. "quit":
  123. {
  124. "text" : "menu.quit",
  125. "posX" : 30,
  126. "posY" : -25,
  127. "width" : 120,
  128. "height" : 20,
  129. "pressSound" : "menu:sound/press.ogg",
  130. "hoverSound" : "menu:sound/hover.ogg",
  131. "texture" : "menu:textures/bpressed.png",
  132. "hoverTextColor":16711680,
  133. "alignment" : "bottom_left",
  134. "action" :
  135. {
  136. "type" : "quit"
  137. }
  138. },
  139.  
  140. "refresh":
  141. {
  142. "text" : "",
  143. "posX" : -154,
  144. "posY" : 132,
  145. "width" : 20,
  146. "height" : 20,
  147. "texture" : "custommainmenu:textures/gui/buttons.png",
  148. "action" :
  149. {
  150. "type" : "refresh"
  151. }
  152. },
  153.  
  154. "youtube":
  155. {
  156. "text" : "",
  157. "posX" : 103,
  158. "posY" : -48,
  159. "width" : 20,
  160. "height" : 20,
  161. "alignment" : "bottom_left",
  162. "pressSound" : "menu:sound/press.ogg",
  163. "hoverSound" : "menu:sound/hover.ogg",
  164. "texture" : "menu:textures/youtube.png",
  165. "action" :
  166. {
  167. "type" : "openLink",
  168. "link" : "https://www.youtube.com/channel/UCOvO6e_LdQDbwPQI3Bw6Zaw"
  169. }
  170. },
  171.  
  172. "twitter":
  173. {
  174. "text" : "",
  175. "posX" : 126,
  176. "posY" : -48,
  177. "width" : 20,
  178. "height" : 20,
  179. "alignment" : "bottom_left",
  180. "pressSound" : "menu:sound/press.ogg",
  181. "hoverSound" : "menu:sound/hover.ogg",
  182. "texture" : "menu:textures/twitter.png",
  183. "action" :
  184. {
  185. "type" : "openLink",
  186. "link" : "https://twitter.com/HackerCRO"
  187. }
  188. }
  189. },
  190.  
  191. "texts":
  192. {
  193. "versiontext":
  194. {
  195. "text" : "Fellowship",
  196. "posX" : -80,
  197. "posY" : -35,
  198. "color" : 16766720,
  199. "hoverColor" : 16766720,
  200. "alignment" : "bottom_right"
  201. },
  202.  
  203. "versionnumber":
  204. {
  205. "text" : "v2.0",
  206. "posX" : -26,
  207. "posY" : -35,
  208. "color" : 16766720,
  209. "hoverColor" : 16766720,
  210. "alignment" : "bottom_right"
  211. },
  212.  
  213. "mods":
  214. {
  215. "text" : "#modsloaded# Mods Loaded",
  216. "posX" : -80,
  217. "posY" : 28,
  218. "color" : 16766720,
  219. "hoverColor" : 16766720,
  220. "alignment" : "top_right"
  221. },
  222.  
  223. "by":
  224. {
  225. "text" : "By iHackerz",
  226. "posX" : 38,
  227. "posY" : -38,
  228. "color" : -1,
  229. "hoverColor" : -1,
  230. "alignment" : "bottom_left"
  231. }
  232. },
  233.  
  234. "other":
  235. {
  236. "background":
  237. {
  238. "image" : "menu:textures/back.png",
  239. "mode" : "fill"
  240. }
  241. }
  242. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement