{
    "images":
    {
        "title":
        {
            "image" : "test:textures/gui/title/background/alpha.png",
            "posX" : -137,
            "posY" : 30,
            "width" : 512,
            "height" : 512,
            "alignment" : "top_center"
        }
    },
    
    "buttons":
    {
        "singleplayer":
        {
            "text" : "menu.singleplayer",
            "texture" : "test:textures/gui/title/background/button.png",
            "posX" : -200,
            "posY" : -110,
            "width" : 140,
            "height" : 38,
            "alignment" : "center",
            "imageWidth": "624",
            "imageHeight": "167",
            "action" : 
            {
                "type" : "openGui",
                "gui" : "singleplayer"
            }
        },
        
        "multiplayer":
        {
            "text" : "menu.multiplayer",
            "texture" : "test:textures/gui/title/background/button.png",            
            "posX" : -200,
            "posY" : -73,
            "width" : 140,
            "height" : 38,
            "alignment" : "center",
            "imageWidth": "624",
            "imageHeight": "167",         
            "action" : 
            {
                "type" : "openGui",
                "gui" : "multiplayer"
            }
        },
        
        "mods":
        {
            "text" : "fml.menu.mods",
            "texture" : "test:textures/gui/title/background/button.png",            
            "posX" : -200,
            "posY" : -36,
            "width" : 140,
            "height" : 38,
            "alignment" : "center",
            "imageWidth": "624",
            "imageHeight": "167",           
            "action" : 
            {
                "type" : "openGui",
                "gui" : "mods"
            }
        },
            
        "options":
        {
            "text" : "menu.options",
            "texture" : "test:textures/gui/title/background/button.png",            
            "posX" : -200,
            "posY" : 1,
            "width" : 140,
            "height" : 38,
            "alignment" : "center",
            "imageWidth": "624",
            "imageHeight": "167",             
            "action" : 
            {
                "type" : "openGui",
                "gui" : "options"
            }
        },
        
        "quit":
        {
            "text" : "menu.quit",
            "texture" : "test:textures/gui/title/background/button.png",            
            "posX" : -200,
            "posY" : 75,
            "width" : 140,
            "height" : 38,
            "alignment" : "center",
            "imageWidth": "624",
            "imageHeight": "167",          
            "action" : 
            {
                "type" : "quit"
            }
        },
        
        "language":
        {
            "text" : "Language",
            "texture" : "test:textures/gui/title/background/button.png",            
            "posX" : -200,
            "posY" : 38,
            "width" : 140,
            "height" : 38,
            "alignment" : "center",
            "imageWidth": "624",
            "imageHeight": "167",  
            "action" : 
            {
                "type" : "openGui",
                "gui" : "languages"
            }
        }





        
    },
    
    "labels":
    {
        "mojang":
        {
            "text" : "Copyright Mojang AB. Do not distribute!",
            "posX" : -197,
            "posY" : -10,
            "color" : -1,
            "alignment" : "bottom_right"
        },
        
        "fml":
        {
            "text" : "",
            "posX" : 2,
            "posY" : -40,
            "color" : -1,
            "alignment" : "bottom_left"
        }
    },
        
    "other":
    {
        "background":
        {
            "image" : "test:textures/gui/title/background/bg_full.png",
            "mode" : "stretch"
            }
        }
    }
}