You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

108 lines
2.1 KiB
JSON

{
"images": {
"title": {
"image": "custom:menu/Rural.png",
"posX": -192,
"posY": 0,
"width": 384,
"height": 103,
"alignment": "top_center"
}
},
"buttons": {
"singleplayer": {
"text": "menu.singleplayer",
"posX": -100,
"posY": 48,
"width": 200,
"height": 20,
"texture": "custom:menu/big_button.png",
"action": {
"type": "openGui",
"gui": "singleplayer"
}
},
"multiplayer": {
"text": "menu.multiplayer",
"posX": -100,
"posY": 72,
"width": 200,
"height": 20,
"texture": "custom:menu/big_button.png",
"action": {
"type": "openGui",
"gui": "multiplayer"
}
},
"options": {
"text": "menu.options",
"posX": -100,
"posY": 96,
"width": 98,
"height": 20,
"texture": "custom:menu/small_button.png",
"action": {
"type": "openGui",
"gui": "options"
}
},
"quit": {
"text": "menu.quit",
"posX": 2,
"posY": 96,
"width": 98,
"height": 20,
"texture": "custom:menu/small_button.png",
"action": {
"type": "quit"
}
}
},
"labels": {
"mojang": {
"text": "Copyright Mojang AB. Do not distribute!",
"hoverText": "<22>nCopyright Mojang AB. Do not distribute!",
"posX": -197,
"posY": -10,
"color": -1,
"alignment": "bottom_right",
"action": {
"type": "openGui",
"gui": "credits"
}
},
"fml": {
"text": "",
"posX": 2,
"posY": -45,
"color": -1,
"alignment": "bottom_left"
}
},
"other": {
"splash-text": {
"posX": 90,
"posY": 75,
"color": -256,
"alignment": "top_center",
"texts": "file:custom:splashes.txt"
},
"background": {
"image": "",
"slideshow": {
"images": ["custom:menu/bg_1.png", "custom:menu/bg_2.png", "custom:menu/bg_3.png", "custom:menu/bg_4.png"],
"displayDuration": 200,
"fadeDuration": 40
}
}
}
}