Advertisement
Landstryder

CMM_Post_Finem

Apr 30th, 2015
12,886
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.54 KB | None | 0 0
  1. {
  2. "images":
  3. {
  4. "title":
  5. {
  6. "image" : "land:textures/Post-Finem.png",
  7. "posX" : -224,
  8. "posY" : 0,
  9. "width" : 448,
  10. "height" : 64,
  11. "alignment" : "top_center"
  12. },
  13.  
  14. "fire":
  15. {
  16. "image" : "land:textures/fire.png",
  17. "posX" : -320,
  18. "posY" : -100,
  19. "width" : 640,
  20. "height" : 100,
  21. "alignment" : "bottom_center"
  22. }
  23. },
  24.  
  25. "buttons":
  26. {
  27. "singleplayer":
  28. {
  29. "text" : "menu.singleplayer",
  30. "posX" : -50,
  31. "posY" : 10,
  32. "width" : 100,
  33. "height" : 25,
  34. "imageWidth":200,
  35. "imageHeight":50,
  36. "normalTextColor":-1,
  37. "hoverTextColor":2359075,
  38. "texture":"land:textures/radiation_button.png",
  39. "action" :
  40. {
  41. "type" : "openGui",
  42. "gui" : "singleplayer"
  43. }
  44. },
  45.  
  46. "multiplayer":
  47. {
  48. "text" : "menu.multiplayer",
  49. "posX" : -50,
  50. "posY" : 35,
  51. "width" : 100,
  52. "height" : 25,
  53. "imageWidth":200,
  54. "imageHeight":50,
  55. "normalTextColor":-1,
  56. "hoverTextColor":2359075,
  57. "texture":"land:textures/radiation_button.png",
  58. "action" :
  59. {
  60. "type" : "openGui",
  61. "gui" : "multiplayer"
  62. }
  63. },
  64.  
  65. "mods":
  66. {
  67. "text" : "Mods",
  68. "posX" : -50,
  69. "posY" : 60,
  70. "width" : 100,
  71. "height" : 25,
  72. "imageWidth":200,
  73. "imageHeight":50,
  74. "normalTextColor":-1,
  75. "hoverTextColor":2359075,
  76. "texture":"land:textures/radiation_button.png",
  77. "action" :
  78. {
  79. "type" : "openGui",
  80. "gui" : "mods"
  81. }
  82. },
  83.  
  84. "options":
  85. {
  86. "text" : "menu.options",
  87. "posX" : -50,
  88. "posY" : 85,
  89. "width" : 100,
  90. "height" : 25,
  91. "imageWidth":200,
  92. "imageHeight":50,
  93. "normalTextColor":-1,
  94. "hoverTextColor":2359075,
  95. "texture":"land:textures/radiation_button.png",
  96. "action" :
  97. {
  98. "type" : "openGui",
  99. "gui" : "options"
  100. }
  101. },
  102.  
  103. "quit":
  104. {
  105. "text" : "menu.quit",
  106. "posX" : -50,
  107. "posY" : 110,
  108. "width" : 100,
  109. "height" : 25,
  110. "imageWidth":200,
  111. "imageHeight":50,
  112. "normalTextColor":-1,
  113. "hoverTextColor":2359075,
  114. "texture":"land:textures/radiation_button.png",
  115. "action" :
  116. {
  117. "type" : "quit"
  118. }
  119. },
  120.  
  121. "language":
  122. {
  123. "text" : "",
  124. "posX" : -10,
  125. "posY" : 150,
  126. "width" : 20,
  127. "height" : 20,
  128. "action" :
  129. {
  130. "type" : "openGui",
  131. "gui" : "languages"
  132. }
  133. }
  134. },
  135.  
  136. "texts":
  137. {
  138. "mojang":
  139. {
  140. "text" : "Copyright Mojang AB. Do not distribute!",
  141. "posX" : -197,
  142. "posY" : -10,
  143. "color" : -1,
  144. "alignment" : "bottom_right"
  145. },
  146.  
  147. "fml":
  148. {
  149. "text" : "",
  150. "posX" : 2,
  151. "posY" : -50,
  152. "color" : -1,
  153. "alignment" : "bottom_left"
  154. },
  155.  
  156. "pack":{
  157. "text":"Post Finem v0.0.2",
  158. "posX":-100,
  159. "posY":-40,
  160. "color":-1,
  161. "alignment":"bottom_right"
  162. },
  163.  
  164. "author":{
  165. "text":"By Landstryder",
  166. "posX":-100,
  167. "posY":-30,
  168. "color":-1,
  169. "alignment":"bottom_right"
  170. }
  171. },
  172.  
  173. "other":
  174. {
  175. "splash-text":
  176. {
  177. "posX" : 124,
  178. "posY" : 60,
  179. "color" : -256,
  180. "alignment" : "top_center",
  181. "file" : "texts/splashes.txt"
  182. },
  183.  
  184. "panorama":
  185. {
  186. "images" : "land:textures/panorama%c.png",
  187. "animate" : true,
  188. "animationSpeed" : 2,
  189. "blur" : false,
  190. "gradient" : false
  191. }
  192. }
  193. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement