{
	"images":
	{
		"logo":
		{
			"image" : "tcr:tcr_logo.png",
			"posX" : -112,
			"posY" : -105,
			"width" : 225,
			"height" : 80,
			"alignment" : "center"
		},

		"buttonBackground":
		{
			"image" : "custommainmenu:btn_container.png",
			"posX" : -88,
			"posY" : -18,
			"width" : 176,
			"height" : 110,
			"alignment" : "center"
		},

		"avatar":
		{
			"image": "web:https://minotar.net/armor/body/#username#/48.png",
			"posX": 136,
			"posY": -4,
			"width": 48,
			"height": 96,
			"alignment": "center"
		}
	},

	"buttons":
	{
		"singleplayer":
		{
			"text" : "menu.singleplayer",
			"texture" : "custommainmenu:btn.png",
			"imageWidth" : 100,
			"imageHeight" : 50,
			"posX" : -60,
			"posY" : -10,
			"width" : 120,
			"height" : 20,
			"alignment" : "center",
			"action" :
			{
				"type" : "openGui",
				"gui" : "singleplayer"
			}
		},

		"multiplayer":
		{
			"text" : "menu.multiplayer",
			"texture" : "custommainmenu:btn.png",
			"imageWidth" : 100,
			"imageHeight" : 50,
			"posX" : -60,
			"posY" : 15,
			"width" : 120,
			"height" : 20,
			"alignment" : "center",
			"action" :
			{
				"type" : "openGui",
				"gui" : "multiplayer"
			}
		},

		"language":
		{
			"text" : "",
			"texture" : "custommainmenu:language.png",
			"imageWidth" : 20,
			"imageHeight" : 20,
			"posX" : -80,
			"posY" : 40,
			"width" : 20,
			"height" : 20,
			"alignment": "center",
			"action" :
			{
				"type" : "openGui",
				"gui" : "languages"
			}
		},

		"options":
		{
			"text" : "menu.options",
			"texture" : "custommainmenu:btn.png",
			"imageWidth" : 100,
			"imageHeight" : 50,
			"posX" : -60,
			"posY" : 40,
			"width" : 120,
			"height" : 20,
			"alignment": "center",
			"action" :
			{
				"type" : "openGui",
				"gui" : "options"
			}
		},

		"quit":
        {
            "text" : "menu.quit",
			"normalTextColor" : 16729156,
			"hoverTextColor" : 14483456,
			"texture" : "custommainmenu:btn.png",
            "posX" : -60,
            "posY" : 65,
            "width" : 120,
            "height" : 20,
			"imageWidth" : 100,
			"imageHeight" : 50,
			"alignment" : "center",
            "action" :
            {
                "type" : "quit"
            }
        },

		"mods":
		{
			"text" : "Mods (#modsloaded#/#modsactive#)",
			"texture" : "custommainmenu:btn.png",
			"imageWidth" : 100,
			"imageHeight" : 50,
			"posX" : 0,
			"posY" : -20,
			"width" : 94,
			"height" : 20,
			"alignment": "bottom_left",
			"action" :
			{
				"type" : "openGui",
				"gui" : "mods"
			}
		}
	},

	"labels":
	{
		"username":
		{
			"text": "#username#",
			"posX": 160,
			"posY": -22,
			"color": -1,
			"alignment": "center",
			"anchor": "middle"
		}
	},

	"other":
	{
		"panorama":
		{
			"images": "custommainmenu:panorama_%c.png",
			"blur": true,
			"gradient": false,
			"animate": true,
			"animationSpeed": 3,
			"position": 1
		}
	}
}
