Guest User

menu.json

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