{
    "images": {
        "title": {
            "image" : "ftail:textures/gui/FTLogo.png",
            "posX" : -100,
            "posY" : 0,
            "width" : 256,
            "height" : 128,
            "alignment" : "top_center"
        },
        "button_background": {
            "image": "ftail:textures/gui/buttonBackground.png",
            "posX": -110,
            "posY": -32,
            "alignment": "left",
            "width": 231,
            "height": 2048
        }
    },
    
    "buttons":
    {
        "singleplayer":
        {
            "text" : "menu.singleplayer",
            "posX" : 0,
            "posY" : 40,
            "alignment" : "left",
            "width" : 120,
            "height" : 20,
            "texture" : "ftail:textures/squareButton.png",
            "action" : 
            {
                "type" : "openGui",
                "gui" : "singleplayer"
            }
        },
        
        "multiplayer":
        {
            "text" : "menu.multiplayer",
            "posX" : 0,
            "posY" : 66,
            "alignment" : "left",
            "width" : 120,
            "height" : 20,
            "texture" : "ftail:textures/squareButton.png",
            "action" : 
            {
                "type" : "openGui",
                "gui" : "multiplayer"
            }
        },
        
        "mods":
        {
            "text" : "Mods",
            "posX" : 0,
            "posY" : 92,
            "alignment" : "left",
            "width" : 120,
            "height" : 20,
            "texture" : "ftail:textures/squareButton.png",
            "action" : 
            {
                "type" : "openGui",
                "gui" : "mods"
            }
        },         
		
        "servershop":
        {
            "text" : "§c Server Shop",
            "posX" : 0,
            "posY" : 118,
            "width" : 120,
            "height" : 20,
            "alignment" : "left",
            "texture" : "ftail:textures/squareButton.png",
            "action" : 
            {
				"type" : "openLink",
				"link" : "http://ftail.minecraftmarket.com/"
            }
        },
		
        "changelog":
        {
            "text" : "\u00A7dChangelog",
            "posX" : 0,
            "posY" : 144,
            "width" : 120,
            "height" : 20,
            "alignment" : "left",
            "texture" : "ftail:textures/squareButton.png",
            "action" : 
            {
				"type" : "openLink",
				"link" : "http://www.technicpack.net/modpack/nsp-fairytail.654111/changelog"
            }
        },
		
        "website":
        {
            "text" : "\u00A76Official Website",
            "posX" : 0,
            "posY" : 170,
            "width" : 120,
            "height" : 20,
            "alignment" : "left",
            "texture" : "ftail:textures/squareButton.png",
            "action" : 
            {
				"type" : "openLink",
				"link" : "http://minecraft.nerdstormproduction.com/ftail"
            }
		},

		"options":
        {
            "text" : "menu.options",
            "posX" : 0,
            "posY" : 196,
            "width" : 120,
            "height" : 20,
            "alignment" : "left",
            "texture" : "ftail:textures/squareButton.png",
            "action" : 
            {
                "type" : "openGui",
                "gui" : "options"
            }
        },
        
        "quit":
        {
            "text" : "menu.quit",
            "posX" : 0,
            "posY" : 222,
            "width" : 120,
            "height" : 20,
            "alignment" : "left",
            "texture" : "ftail:textures/squareButton.png",
            "action" : 
            {
                "type" : "quit"
            }
		},
        
        "language":
        {
            "text" : "",
            "posX" : 0,
            "posY" : 0,
            "width" : 32,
            "height" : 32,
            "alignment" : "top_left",
            "texture" : "ftail:textures/gui/LButton.png",
            "action" : 
            {
                "type" : "refresh"
            }
        }
		
    },
    "texts":
    {
        "mojang":
        {
            "text" : "Copyright Mojang AB. Do not distribute!",
            "posX" : -197,
            "posY" : -10,
            "color" : -1,
            "alignment" : "bottom_right"
        },
        
        "ftail":
        {
            "text" : "\u00A72Nerd Storm Production \n\u00A7d      Forge: #forgeversion#\n\u00A74         Fairy Tail\u00A76 v1.3.4",
            "posX" : -116,
            "posY" : -40,
            "color" : -1,
            "alignment" : "bottom_right"
        }
			
    },
    
    "other":
    {
        "":
        {
            "posX" : 90,
            "posY" : 70,
            "color" : -256,
            "alignment" : "top_center",
            "file" : "texts/splashes.txt"
        },
        
        "background":
        {
            "image" : "",
            "slideshow":
            {
                "images" : ["ftail:textures/background/FT1.png",
							"ftail:textures/background/FT2.png",
							"ftail:textures/background/FT3.png",
							"ftail:textures/background/FT4.png",
							"ftail:textures/background/FT5.png",
                            "ftail:textures/background/FT6.png"],
                "displayDuration" : 148,
                "fadeDuration" : 53,
                "shuffle" : true
            }
        }
    }
}