Files
meatballcraft/config/CustomMainMenu/mainmenu.json
T
2022-12-21 20:38:54 +01:00

187 lines
4.4 KiB
JSON

{
"images":
{
"title":
{
"image" : "menu:titlesubt.png",
"posX" : -180,
"posY" : 25,
"width" : 355,
"height" : 57,
"alignment" : "top_center"
}
},
"buttons":
{
"singleplayer":
{
"text" : "menu.singleplayer",
"posX" : -100,
"posY" : 48,
"width" : 200,
"height" : 20,
"action" :
{
"type" : "openGui",
"gui" : "singleplayer"
}
},
"multiplayer":
{
"text" : "menu.multiplayer",
"posX" : -100,
"posY" : 72,
"width" : 200,
"height" : 20,
"action" :
{
"type" : "openGui",
"gui" : "multiplayer"
}
},
"mods":
{
"text" : "fml.menu.mods",
"posX" : -100,
"posY" : 96,
"width" : 200,
"height" : 20,
"action" :
{
"type" : "openGui",
"gui" : "mods"
}
},
"options":
{
"text" : "menu.options",
"posX" : -100,
"posY" : 132,
"width" : 98,
"height" : 20,
"action" :
{
"type" : "openGui",
"gui" : "options"
}
},
"quit":
{
"text" : "menu.quit",
"posX" : 2,
"posY" : 132,
"width" : 98,
"height" : 20,
"action" :
{
"type" : "quit"
}
},
"language":
{
"text" : "",
"posX" : -124,
"posY" : 132,
"width" : 20,
"height" : 20,
"action" :
{
"type" : "openGui",
"gui" : "languages"
}
},
"refresh":
{
"text" : "",
"posX" : -154,
"posY" : 132,
"width" : 20,
"height" : 20,
"texture" : "custommainmenu:textures/gui/buttons.png",
"action" :
{
"type" : "refresh"
}
}
},
"labels":
{
"mojang":
{
"text" : "Copyright Mojang AB. Do not distribute!",
"hoverText" : "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" : 150,
"posY" : 85,
"color" : -256,
"alignment" : "top_center",
"texts" : "file:menu:text.txt"
},
"background":
{
"image" : "",
"slideshow":
{
"images" : ["menu:back1.png",
"menu:back2.png",
"menu:back3.png",
"menu:back4.png",
"menu:back5.png",
"menu:back6.png",
"menu:back7.png",
"menu:back8.png",
"menu:back9.png",
"menu:back10.png",
"menu:back11.png",
"menu:back12.png",
"menu:back13.png",
"menu:back14.png",
"menu:back15.png",
"menu:back16.png",
"menu:back17.png",
"menu:back18.png",
"menu:back19.png",
"menu:back20.png",
"menu:back21.png",
"menu:back22.png",
"menu:back23.png",
"menu:back24.png"],
"displayDuration" : 100,
"fadeDuration" : 40
}
}
}
}