diff options
| author | Igor <[email protected]> | 2021-07-04 21:31:22 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-04 21:31:22 -0400 |
| commit | 09c61d25921c37ca1db41c464634bf16cbfb7494 (patch) | |
| tree | 128a27b0c7a910da42129e69aba8b1f4737280f0 /resource/ui/roundinfo.res | |
| parent | e9e324532cec11efafb57200c135fe3eb8397e22 (diff) | |
| parent | 9fe1700457db24b0c7c1a7220b612a53a5482687 (diff) | |
Merge pull request #173 from raysfire/dev
v2021.0705
Diffstat (limited to 'resource/ui/roundinfo.res')
| -rw-r--r-- | resource/ui/roundinfo.res | 141 |
1 files changed, 141 insertions, 0 deletions
diff --git a/resource/ui/roundinfo.res b/resource/ui/roundinfo.res new file mode 100644 index 0000000..1195384 --- /dev/null +++ b/resource/ui/roundinfo.res @@ -0,0 +1,141 @@ +"Resource/UI/RoundInfo.res" +{ + "roundinfo" + { + "ControlName" "Frame" + "fieldName" "roundinfo" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "Overlay" + { + "ControlName" "RoundInfoOverlay" + "fieldName" "Overlay" + "xpos" "c-145" + "ypos" "c-65" + "zpos" "4" + "wide" "274" + "tall" "137" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "Title" + { + "ControlName" "CExLabel" + "fieldName" "Title" + "xpos" "c-180" + "ypos" "c-116" + "zpos" "1" + "wide" "360" + "tall" "26" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#round_info_header" + "textAlignment" "center" + "font" "HudFontMedium" + "fgcolor" "TanLight" + "allcaps" "1" + } + + "Mapname" + { + "ControlName" "CExLabel" + "fieldName" "Mapname" + "xpos" "c-180" + "ypos" "c-140" + "zpos" "1" + "wide" "360" + "tall" "26" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%mapname%" + "textAlignment" "center" + "font" "HudFontSmallishBold" + "fgcolor" "TanLight" + "allcaps" "1" + } + + "RoundContinue" + { + "ControlName" "CExButton" + "fieldName" "RoundContinue" + "xpos" "c-60" + "ypos" "c170" + "zpos" "6" + "wide" "120" + "tall" "30" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Continue" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "continue" + "default" "1" + "font" "HudFontMedium" + "paintbackground" "0" + + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanDark" + } + + "MapImage" + { + "ControlName" "ImagePanel" + "fieldName" "MapImage" + "xpos" "c-145" + "ypos" "c-65" + "zpos" "3" + "wide" "274" + "tall" "137" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + + "ShadedBar" + { + "ControlName" "EditablePanel" + "fieldName" "ShadedBar" + "xpos" "c-145" + "ypos" "c-75" + "zpos" "1" + "wide" "275" + "tall" "150" + "visible" "1" + "enabled" "1" + "bgcolor_override" "TransparentBlack" + "PaintBackgroundType" "2" + } + + "teambutton0SC" + { + "ControlName" "CExButton" + "fieldName" "teambutton0SC" + "wide" "0" + "tall" "0" + "visible" "1" + "enabled" "1" + "labelText" "&E" + "command" "continue" + } +}
\ No newline at end of file |
