guiTypes = {
    containerWindowType = {
        name = "bottombar_help_menu"

        orientation = LOWER_RIGHT
        position = { x=  -235 y = 30 }
        hide_position = { x = -235 y = 30 }
        show_position = { x=  -235 y = -230 }
        animation_time = 500
        animation_type = decelerated

        containerWindowType = {
            name = "flexible_container"
            position = { x=  0 y = 0 } # Position is set from code (CMainGuiBottomBarToolBar) based on button count

            containerWindowType = {
                name = "help_menu_title"
                position = { x=  0 y = 0 }
                size = { width = 220 height = 45 }

                background = {
                    name = "bg"
                    spriteType = "GFX_help_menu_top_panel"
                }

                instantTextBoxType = {
                    name = "help_menu_title_text"
                    position = { x = 0 y = 6 }
                    format = center
                    text = "HELP"
                    fixedSize = yes
                    maxWidth = 218
                    font = "malgun_goth_24"
                    alwaysTransparent = yes
                }

                buttonType = {
                    name = "close"
                    quadTextureSprite = "GFX_close"
                    position = { x = -53 y = 4 }
                    shortcut = "ESCAPE"
                    clicksound = "back_click"
                    actionShortcut = "cancel"
                    orientation = UPPER_RIGHT
                    pdx_tooltip = "CLOSE_TITLE"
                }
            }

            containerWindowType = {
                name = "help_menu_buttons"
                position = { x = 0 y = 43 }
                size = { width = 218 height = 148 }

                background = {
                    name = "build_queue_background"
                    spriteType = "GFX_tile_outliner_bg"
                }

                buttonType = {
                    name = "get_started_button"
                    font = "cg_16b"
                    spriteType = "GFX_standard_button_200_34_button"
                    buttonText = TUTORIAL_MISSION_VIEW_TEXT
                    position = { x = -4 y = 9 }
                    orientation = UPPER_CENTER
                    clicksound = interface
                    pdx_tooltip = TUTORIAL_MISSION_VIEW_INFO
                }

                buttonType = {
                    name = "hud_tutorial_button"
                    font = "cg_16b"
                    spriteType = "GFX_standard_button_200_34_button"
                    buttonText = "HUD_TUTORIAL_TEXT"
                    position = { x = -4 y = 50 }
                    orientation = UPPER_CENTER
                    clicksound = interface
                    pdx_tooltip = HUD_TUTORIAL_INFO
                }

                buttonType = {
                    name = "wiki_button"
                    font = "cg_16b"
                    spriteType = "GFX_standard_button_200_34_button"
                    buttonText = WIKI_TEXT
                    position = { x = -4 y = 91 }
                    orientation = UPPER_CENTER
                    clicksound = interface
                    pdx_tooltip = WIKI_INFO
                }
            }
        }
    }
}