diff options
| author | CriticalFlaw <[email protected]> | 2017-02-07 12:41:54 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-02-07 12:41:54 -0700 |
| commit | e73daed5c4cac8881e7bff01718c709bc1109adf (patch) | |
| tree | 265f954707ab0e4c0786d98e9db43e47efe66ff2 /resource/ui/lobbycontainerframe.res | |
| parent | 15ef98f426de57feba379b36830785581f13410a (diff) | |
| parent | cf6dc1742d3ff79dcfff244202664294ff1821c0 (diff) | |
Merge pull request #54 from CriticalFlaw/master
Version 2017.02.07 (Smissmas 2016 & Merge #52 Fixes)
Diffstat (limited to 'resource/ui/lobbycontainerframe.res')
| -rw-r--r-- | resource/ui/lobbycontainerframe.res | 44 |
1 files changed, 43 insertions, 1 deletions
diff --git a/resource/ui/lobbycontainerframe.res b/resource/ui/lobbycontainerframe.res index 9e4e8ff..6e3e7f1 100644 --- a/resource/ui/lobbycontainerframe.res +++ b/resource/ui/lobbycontainerframe.res @@ -61,7 +61,7 @@ "fillcolor" "15 15 15 175" "tileImage" "1" } -"BackgroundFooter" + "BackgroundFooter" { "ControlName" "ImagePanel" "fieldName" "BackgroundFooter" @@ -151,6 +151,48 @@ "mouseinputenabled" "1" } } + + "OptionsButton" + { + "ControlName" "CExImageButton" + "fieldName" "OptionsButton" + "xpos" "c275" + "ypos" "10" + "zpos" "100" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "options" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "image_drawcolor" "ColorWhite" + "image_armedcolor" "ColorWhite" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "2" + "ypos" "2" + "zpos" "1" + "wide" "16" + "tall" "16" + "visible" "1" + "enabled" "1" + "image" "glyph_options" + "scaleImage" "1" + } + } "BackButton" { |
