From 7d6ac52f4cec19b868a78ab75b0df560f9b65f68 Mon Sep 17 00:00:00 2001 From: raysfire Date: Wed, 18 Jun 2014 23:03:35 -0500 Subject: Updated with taunt menus --- resource/ui/classloadoutpanel.res | 186 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 186 insertions(+) (limited to 'resource/ui/classloadoutpanel.res') diff --git a/resource/ui/classloadoutpanel.res b/resource/ui/classloadoutpanel.res index 6d0b8e0..c24fcf1 100644 --- a/resource/ui/classloadoutpanel.res +++ b/resource/ui/classloadoutpanel.res @@ -553,5 +553,191 @@ "border_armed" "NoBorder" "border_depressed" "NoBorder" } + + "CharacterLoadoutButton" + { + "ControlName" "CExImageButton" + "fieldName" "CharacterLoadoutButton" + "labelText" "" + "xpos" "c-84" + "ypos" "c-180" + "zpos" "10" + "wide" "25" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "characterloadout" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "4" + "ypos" "4" + "zpos" "1" + "wide" "17" + "tall" "17" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "glyph_items" + } + } + + "TauntLoadoutButton" + { + "ControlName" "CExImageButton" + "fieldName" "TauntLoadoutButton" + "labelText" "" + "xpos" "c55" + "ypos" "c-180" + "zpos" "2" + "wide" "25" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "tauntloadout" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "4" + "ypos" "4" + "zpos" "1" + "wide" "17" + "tall" "17" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/ico_reel" + } + } + + "TauntsExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "TauntsExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-180" + "end_y" "150" + "end_wide" "250" + "end_tall" "140" + "callout_inparents_x" "c15" + "callout_inparents_y" "330" + "next_explanation" "" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#TauntsExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "210" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#ClassLoadoutTauntsExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "35" + "wide" "210" + "tall" "200" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } } -- cgit v1.2.3