fortressforever-scripts/resource/LoadingDialogNoBannerSingle.res

85 lines
1.6 KiB
Text

"Resource/LoadingDialog.res" //credit to dystopia mod for optimal locations!
{
"LoadingDialog"
{
"ControlName" "Frame"
"fieldName" "LoadingDialog"
"xpos" "322"
"ypos" "249"
"wide" "800"
"tall" "600"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
}
"ImagePanel"
{
"ControlName" "ImagePanel"
"fieldName" "ImagePanelLogo"
"xpos" "20"
"ypos" "24"
"wide" "760"
"tall" "540"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"image" "loading_screen_map"
"scaleImage" "1"
}
"InfoLabel"
{
"ControlName" "Label"
"fieldName" "InfoLabel"
"xpos" "470"
"ypos" "570"
"wide" "250"
"tall" "24"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" ""
"textAlignment" "west"
"dulltext" "1"
"brighttext" "0"
}
"progress"
{
"ControlName" "ProgressBar"
"fieldName" "Progress"
"xpos" "60"
"ypos" "570"
"wide" "400"
"tall" "24"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
}
"CancelButton"
{
"ControlName" "Button"
"fieldName" "CancelButton"
"xpos" "720"
"ypos" "570"
"wide" "72"
"tall" "24"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" "#GameUI_Cancel"
"textAlignment" "west"
"dulltext" "0"
"brighttext" "0"
"command" "Cancel"
"Default" "0"
}
}