diff options
| author | CriticalFlaw <[email protected]> | 2016-12-28 11:18:57 -0700 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2016-12-28 11:18:57 -0700 |
| commit | e7c7d9b9741e459eb6c40e9f020c843ce39bfe76 (patch) | |
| tree | 7fb743d379d14897cd9f7c252b82e3101c9f8e8d /resource/ui/lobbycontainerframe.res | |
| parent | 92bb7879ee57ea6660fc0b2eacad879d14196c14 (diff) | |
Smissmas 2016 Update
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" { |
