Files
PietroSainaghi 35aff91e33 Finally a GIT!
2022-10-06 18:38:10 -07:00

169 lines
4.0 KiB
Plaintext

{
"images":
{
"title":
{
"image" : "menu:titlepixelart.png",
"posX" : -170,
"posY" : 10,
"width" : 340,
"height" : 100,
"alignment" : "top_center"
}
},
"buttons":
{
"singleplayer":
{
"text" : "menu.singleplayer",
"posX" : -100,
"posY" : 48,
"width" : 200,
"height" : 20,
"texture" : "menu:buttonratio.png",
"action" :
{
"type" : "openGui",
"gui" : "singleplayer"
}
},
"multiplayer":
{
"text" : "menu.multiplayer",
"posX" : -100,
"posY" : 72,
"width" : 200,
"height" : 20,
"texture" : "menu:buttonratio.png",
"action" :
{
"type" : "openGui",
"gui" : "multiplayer"
}
},
"mods":
{
"text" : "fml.menu.mods",
"posX" : -100,
"posY" : 96,
"width" : 200,
"height" : 20,
"texture" : "menu:buttonratio.png",
"action" :
{
"type" : "openGui",
"gui" : "mods"
}
},
"options":
{
"text" : "menu.options",
"posX" : -100,
"posY" : 120,
"width" : 200,
"height" : 20,
"texture" : "menu:buttonratio.png",
"action" :
{
"type" : "openGui",
"gui" : "options"
}
},
"quit":
{
"text" : "menu.quit",
"posX" : -100,
"posY" : 144,
"width" : 200,
"height" : 20,
"texture" : "menu:buttonratio.png",
"action" :
{
"type" : "quit"
}
},
"refresh":
{
"text" : "",
"posX" : -300,
"posY" : -75,
"width" : 20,
"height" : 20,
"texture" : "menu:buttonratio.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" : 100,
"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"],
"displayDuration" : 100,
"fadeDuration" : 40
}
}
}
}