{
    "images":
    {
    
        "black":
        {
            "image" : "mainmenu:textures/bg_menu.png",
            "posX" : 0,
            "posY" : 0,
            "width" : 150,
            "height" : 4096,
            "alignment" : "column_top"
        },
        "logo":
        {
            "image" : "mainmenu:textures/logo.png",
            "posX" : 0,
            "posY" : 0,
            "width" : 150,
            "height" : 42.8571428571 ,
            "alignment" : "column_logo"
        }
    
    },
    
    "buttons":
    {  
        "singleplayer":
        {
            "text" : "\u041e\u0434\u0438\u043d\u043e\u0447\u043d\u0430\u044f",
            "normalTextColor" : 16777215,
            "hoverTextColor" : 13158600,
            "texture" : "mainmenu:textures/btn.png",
            "posX" : 0,
            "posY" : -120,
            "width" : 150,
            "height" : 20,
            "imageWidth" : 1000,
            "imageHeight" : 1,
            "alignment" : "column_bottom",
            "action" : 
            {
                "type" : "openGui",
                "gui" : "singleplayer"
            }
        },      

        "multiplayer":
        {
            "text" : "\u0421\u0435\u0442\u0435\u0432\u0430\u044f",       
            "normalTextColor" : 16777215,
            "hoverTextColor" : 13158600,
            "texture" : "mainmenu:textures/btn.png",
            "posX" : 0,
            "posY" : -100,
            "width" : 150,
            "height" : 20,
            "imageWidth" : 1000,
            "imageHeight" : 1,
            "alignment" : "column_bottom",
            "action" : 
            {
                "type" : "openGui",
                "gui" : "multiplayer"
            }
        },
               
        "options":
        {
            "text" : "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438",
            "normalTextColor" : 16777215,
            "hoverTextColor" : 13158600,
            "texture" : "mainmenu:textures/btn.png",
            "posX" : 0,
            "posY" : -80,
            "width" : 150,
            "height" : 20,
            "imageWidth" : 1000,
            "imageHeight" : 1,
            "alignment" : "column_bottom",
            "action" : 
            {
                "type" : "openGui",
                "gui" : "options"
            }
        },
                    
        "quit":
        {
            "text" : "\u0412\u044b\u0445\u043e\u0434",
            "normalTextColor" : 16777215,
            "hoverTextColor" : 13158600,
            "texture" : "mainmenu:textures/btn.png",
            "posX" : 0,
            "posY" : -20,
            "width" : 150,
            "height" : 20,
            "imageWidth" : 1000,
            "imageHeight" : 1,
            "alignment" : "column_bottom",
            "action" : 
            {
                "type" : "quit"
            }
        }
    },
    
    "texts":
    {
        "mojang":
        {
            "text" : "MagicWorldAdventure",
            "posX" : 155,
            "posY" : -10,
            "fontSize" : 1.2,
            "alignment" : "column_bottom"
        },
        "aviators":
        {
            "text" : "\u0421\u043e\u0437\u0434\u0430\u0442\u0435\u043b\u0438\u003a \u004d\u006f\u005a\u0065\u0072\u0061\u0074\u006f\u0072\u002c \u004d\u0072\u0048\u0075\u006b\u0074\u006f\u002c \u0049\u0076\u0061\u006e\u0054\u0061\u0062\u0061\u006b\u0065\u0072\u006b\u0061\u002c \u004d\u006f\u0074",
            "posX" : 155,
            "posY" : -20,
            "color" : -1,
            "fontSize" : 0.7,
            "alignment" : "column_bottom"
        } 
    },
    
    
    "alignments":
    {
        "column_top":
        {
            "factorWidth" : 0.1,
            "factorHeight" : 0.0
        },
        
        "column_logo":
        {
            "factorWidth" : 0.1,
            "factorHeight" : 0.05
        },
 
        "column_center":
        {
            "factorWidth" : 0.1,
            "factorHeight" : 0.5
        },
 
        "column_bottom":
        {
            "factorWidth" : 0.1,
            "factorHeight" : 0.95
        }
        
    },
    
    "other":
    {
            "background":
        {
            "image" : "",
            "slideshow":
            {
                "images" : ["mainmenu:textures/bg.png"],
                "displayDuration" : 150,
                "fadeDuration" : 40
            }
        }
    }
}