{
    "images":
    {
		"modpack":
		{
            "image" : "mainmenu:modpack.png",
            "posX" : -125,
            "posY" : -145,
            "width" : 250,
            "height" : 150,
            "alignment" : "center"
		},
		"discord":
		{
            "image" : "mainmenu:discord-full.png",
            "posX" : -20,
            "posY" : -20,
            "width" : 20,
            "height" : 20,
            "alignment" : "bottom_right"
		}
    },
    
    "buttons":
    {   
        "play":
        {
            "text" : "Play!",
            "posX" : -100,
            "posY" : 5,
            "width" : 200,
            "height" : 20,
			"alignment" : "center",
			"texture" : "mainmenu:longbutton.png",
            "action" : 
            {
                "type" : "connectToServer",
                "ip" : "wingdings.games"
            }
        },        
		"website":
        {
            "text" : "Website",
            "posX" : -100,
            "posY" : 35,
            "width" : 100,
            "height" : 20,
			"alignment" : "center",
			"texture" : "mainmenu:shortbutton.png",
            "action" : 
            {
                "type" : "openLink",
                "link" : "https://wingdings.games/"
            }
        },  
        "options":
        {
            "text" : "menu.options",
            "posX" : 4,
            "posY" : 35,
            "width" : 100,
            "height" : 20,
			"alignment" : "center",
			"texture" : "mainmenu:shortbutton.png",
            "action" : 
            {
                "type" : "openGui",
                "gui" : "options"
            }
        },        
        "quit":
        {
            "text" : "menu.quit",
            "posX" : -100,
            "posY" : 80,
            "width" : 200,
            "height" : 20,
			"alignment" : "center",
			"texture" : "mainmenu:longbutton.png",
            "action" : 
            {
                "type" : "quit"
            }
        }, 
        "refresh":
        {
            "text" : "",
            "posX" : -20,
            "posY" : 0,
            "width" : 20,
            "height" : 20,
			"alignment" : "top_right",
            "texture" : "mainmenu:refresh.png",
            "action" : 
            {
                "type" : "refresh"
            }
        },
		"discord":
        {
            "text" : "",
            "posX" : -20,
            "posY" : -20,
            "width" : 20,
            "height" : 20,
			"alignment" : "bottom_right",
            "texture" : "mainmenu:refresh.png",
            "action" : 
            {
                "type" : "openLink",
                "link" : "https://wingdings.games/discord"
            }
        },
		"multiplayer":
        {
            "text" : "",
            "posX" : 0,
            "posY" : 0,
            "width" : 20,
            "height" : 20,
			"alignment" : "top_left",
            "texture" : "mainmenu:refresh.png",
            "action" : 
            {
                "type" : "openGui",
				"gui" : "multiplayer"
            }
        }	
    },
    
    "texts":
    {
		"modpack":{
			"text" : "Wingdings New V1.0",
            "posX" : 3,
            "posY" : -13,
			"fontSize" : 1.2,
            "color" : -1,
			"hoverColor" : -1,
            "alignment" : "bottom_left"
		}

	},
    
    "other":
    {
		"background":
		{
			"image" : "mainmenu:background.png",
			"mode" : "fill"
		}
    }
}