Advertisement
Guest User

Untitled

a guest
Dec 26th, 2014
20,253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2. "images":
  3. {
  4. "title":
  5. {
  6. "image" : "custommainmenu:textures/gui/modPackLogo.png",
  7. "posX" : -173,
  8. "posY" : -70,
  9. "width" : 346,
  10. "height" : 77,
  11. "alignment" : "center"
  12. },
  13.  
  14. "title2":
  15. {
  16. "image" : "custommainmenu:textures/gui/checkOutWebsite.png",
  17. "posX" : -93,
  18. "posY" : 45,
  19. "width" : 187,
  20. "height" : 19,
  21. "alignment" : "center"
  22. }
  23. },
  24.  
  25. "buttons":
  26. {
  27. "singleplayer":
  28. {
  29. "text" : "menu.singleplayer",
  30. "posX" : 4,
  31. "posY" : -25,
  32. "width" : 100,
  33. "height" : 20,
  34. "alignment" : "bottom_left"
  35. },
  36.  
  37. "multiplayer":
  38. {
  39. "text" : "menu.multiplayer",
  40. "posX" : -165,
  41. "posY" : 15,
  42. "width" : 100,
  43. "height" : 20,
  44. "alignment" : "center"
  45. },
  46.  
  47. "options":
  48. {
  49. "text" : "menu.options",
  50. "posX" : -53,
  51. "posY" : 15,
  52. "width" : 100,
  53. "height" : 20,
  54. "alignment" : "center"
  55. },
  56.  
  57. "quit":
  58. {
  59. "text" : "menu.quit",
  60. "posX" : 59,
  61. "posY" : 15,
  62. "width" : 100,
  63. "height" : 20,
  64. "alignment" : "center"
  65. }
  66. },
  67.  
  68. "texts":
  69. {
  70. },
  71.  
  72. "other":
  73. {
  74. }
  75. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement