1
mirror of https://gitlab.com/jessieh/doghud.git synced 2024-09-18 21:31:47 +00:00

Clean up various UI elements (upstream)

This commit is contained in:
Jessie Hildebrandt 2023-01-15 02:51:59 -05:00
parent e2333d18d6
commit 343a144a5f
6 changed files with 332 additions and 324 deletions

Binary file not shown.

View File

@ -1,9 +1,18 @@
"Resource/UI/Preload.res" "Resource/Tools/Preload.res"
{ {
//////////////////////////////////////////////////////////////////////////////////////////////////// //===================================================================================================
// CONTROL POINT ICONS // CONTROL POINT ICONS
//////////////////////////////////////////////////////////////////////////////////////////////////// //===================================================================================================
"CPHighlight"
{
"ControlName" "ImagePanel"
"fieldName" "CPHighlight"
"xpos" "9999"
"visible" "1"
"enabled" "1"
"image" "../sprites/obj_icons/capture_highlight"
}
"CPCapMask" "CPCapMask"
{ {
"ControlName" "ImagePanel" "ControlName" "ImagePanel"
@ -464,9 +473,9 @@
"image" "../sprites/obj_icons/icon_obj_timer" "image" "../sprites/obj_icons/icon_obj_timer"
} }
//////////////////////////////////////////////////////////////////////////////////////////////////// //===================================================================================================
// PAYLOAD ICONS // PAYLOAD ICONS
//////////////////////////////////////////////////////////////////////////////////////////////////// //===================================================================================================
"CartAlert" "CartAlert"
{ {
@ -676,9 +685,9 @@
"image" "../hud/cart_red_bottom" "image" "../hud/cart_red_bottom"
} }
//////////////////////////////////////////////////////////////////////////////////////////////////// //===================================================================================================
// CAPTURE THE FLAG ICONS // CAPTURE THE FLAG ICONS
//////////////////////////////////////////////////////////////////////////////////////////////////// //===================================================================================================
"CTFCompassBlue" "CTFCompassBlue"
{ {
@ -816,9 +825,9 @@
"image" "../hud/objectives_flagpanel_ico_flag_moving_alt" "image" "../hud/objectives_flagpanel_ico_flag_moving_alt"
} }
//////////////////////////////////////////////////////////////////////////////////////////////////// //===================================================================================================
// ROBOT DESTRUCTION ICONS // ROBOT DESTRUCTION ICONS
//////////////////////////////////////////////////////////////////////////////////////////////////// //===================================================================================================
"RDCircleBlue" "RDCircleBlue"
{ {
@ -893,9 +902,9 @@
"image" "../hud/obj_thief_red" "image" "../hud/obj_thief_red"
} }
//////////////////////////////////////////////////////////////////////////////////////////////////// //===================================================================================================
// MVM ICONS // MVM ICONS
//////////////////////////////////////////////////////////////////////////////////////////////////// //===================================================================================================
"MvMBombStatusBG" "MvMBombStatusBG"
{ {
@ -988,9 +997,9 @@
"image" "../hud/hud_mvm_bomb_upgrade_boss" "image" "../hud/hud_mvm_bomb_upgrade_boss"
} }
//////////////////////////////////////////////////////////////////////////////////////////////////// //===================================================================================================
// TIMER CLOCK ICONS // TIMER CLOCK ICONS
//////////////////////////////////////////////////////////////////////////////////////////////////// //===================================================================================================
"TimerRed" "TimerRed"
{ {
@ -1011,9 +1020,9 @@
"image" "../hud/objectives_timepanel_blue_bg" "image" "../hud/objectives_timepanel_blue_bg"
} }
//////////////////////////////////////////////////////////////////////////////////////////////////// //===================================================================================================
// GENERIC IMAGES // GENERIC IMAGES
//////////////////////////////////////////////////////////////////////////////////////////////////// //===================================================================================================
"MenuThumbMissingFix" "MenuThumbMissingFix"
{ {

View File

@ -2,21 +2,19 @@
{ {
"BlackTransparentBG" "BlackTransparentBG"
{ {
"ControlName" "CExImageButton" "ControlName" "EditablePanel"
"fieldName" "BlackTransparentBG" "fieldName" "BlackTransparentBG"
"xpos" "cs-0.5" "xpos" "cs-0.5"
"ypos" "r19" "ypos" "rs1"
"zpos" "1" "zpos" "1"
"wide" "120" "wide" "120"
"tall" "22" "tall" "22"
"autoResize" "0"
"pinCorner" "0"
"visible" "1" "visible" "1"
"enabled" "1" "enabled" "1"
"PaintBackground" "0"
"border_default" "MaterialTransparent50"
"textinsety" "99"
"proportionaltoparent" "1" "proportionaltoparent" "1"
"PaintBackground" "0"
"paintborder" "1"
"border" "MaterialTransparent50"
} }
"PlayingTo" "PlayingTo"
{ {
@ -25,44 +23,42 @@
"xpos" "0" "xpos" "0"
"ypos" "0" "ypos" "0"
"zpos" "4" "zpos" "4"
"wide" "120" "wide" "110"
"tall" "16" "tall" "16"
"visible" "1" "visible" "1"
"enabled" "1" "enabled" "1"
"proportionaltoparent" "1"
"labelText" "#TF_PlayingTo" "labelText" "#TF_PlayingTo"
"textAlignment" "center" "textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"AllCaps" "1" "AllCaps" "1"
"font" "Size 8" "font" "Size 8"
"fgcolor" "White" "fgcolor" "White"
"pin_to_sibling" "BlackTransparentBG" "pin_to_sibling" "BlackTransparentBG"
"pin_corner_to_sibling" "PIN_CENTER_BOTTOM" "pin_corner_to_sibling" "PIN_CENTER_BOTTOM"
"pin_to_sibling_corner" "PIN_CENTER_BOTTOM" "pin_to_sibling_corner" "PIN_CENTER_BOTTOM"
} }
"BlueScoreBG" "BlueScoreBG"
{ {
"ControlName" "CExImageButton" "ControlName" "EditablePanel"
"fieldName" "BlueScoreBG" "fieldName" "BlueScoreBG"
"xpos" "0" "xpos" "0"
"ypos" "-11" "ypos" "-11"
"zpos" "2" "zpos" "2"
"wide" "65" "wide" "63"
"tall" "20" "tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1" "visible" "1"
"enabled" "1" "enabled" "1"
"proportionaltoparent" "1"
"PaintBackground" "0" "PaintBackground" "0"
"border_default" "MaterialBlue" "PaintBorder" "1"
"textinsety" "99" "border" "MaterialBlue"
"pin_to_sibling" "BlackTransparentBG" "pin_to_sibling" "BlackTransparentBG"
"pin_corner_to_sibling" "PIN_BOTTOMLEFT" "pin_corner_to_sibling" "PIN_BOTTOMLEFT"
"pin_to_sibling_corner" "PIN_TOPLEFT" "pin_to_sibling_corner" "PIN_TOPLEFT"
} }
"BlueScore" "BlueScore"
{ {
"ControlName" "CExLabel" "ControlName" "CExLabel"
@ -70,14 +66,16 @@
"xpos" "-5" "xpos" "-5"
"ypos" "0" "ypos" "0"
"zpos" "10" "zpos" "10"
"wide" "59" "wide" "25"
"tall" "20" "tall" "20"
"visible" "1" "visible" "1"
"enabled" "1" "enabled" "1"
"textAlignment" "west" "proportionaltoparent" "1"
"textAlignment" "west"
"labelText" "%bluescore%" "labelText" "%bluescore%"
"font" "Size 18" "font" "Size 18"
"fgcolor" "White" "fgcolor" "White"
"pin_to_sibling" "BlueScoreBG" "pin_to_sibling" "BlueScoreBG"
"pin_corner_to_sibling" "PIN_CENTER_LEFT" "pin_corner_to_sibling" "PIN_CENTER_LEFT"
"pin_to_sibling_corner" "PIN_CENTER_LEFT" "pin_to_sibling_corner" "PIN_CENTER_LEFT"
@ -89,38 +87,39 @@
"xpos" "-1" "xpos" "-1"
"ypos" "-1" "ypos" "-1"
"zpos" "9" "zpos" "9"
"wide" "59" "wide" "25"
"tall" "20" "tall" "20"
"visible" "1" "visible" "1"
"enabled" "1" "enabled" "1"
"textAlignment" "west" "proportionaltoparent" "1"
"textAlignment" "west"
"labelText" "%bluescore%" "labelText" "%bluescore%"
"font" "Size 18 Blur" "font" "Size 18 Blur"
"fgcolor" "Shadow" "fgcolor" "Shadow"
"pin_to_sibling" "BlueScore" "pin_to_sibling" "BlueScore"
} }
"RedScoreBG" "RedScoreBG"
{ {
"ControlName" "CExImageButton" "ControlName" "EditablePanel"
"fieldName" "RedScoreBG" "fieldName" "RedScoreBG"
"xpos" "0" "xpos" "0"
"ypos" "-11" "ypos" "-11"
"zpos" "2" "zpos" "2"
"wide" "65" "wide" "64"
"tall" "20" "tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1" "visible" "1"
"enabled" "1" "enabled" "1"
"proportionaltoparent" "1"
"PaintBackground" "0" "PaintBackground" "0"
"border_default" "MaterialRed" "paintborder" "1"
"textinsety" "99" "border" "MaterialRed"
"pin_to_sibling" "BlackTransparentBG" "pin_to_sibling" "BlackTransparentBG"
"pin_corner_to_sibling" "PIN_BOTTOMRIGHT" "pin_corner_to_sibling" "PIN_BOTTOMRIGHT"
"pin_to_sibling_corner" "PIN_TOPRIGHT" "pin_to_sibling_corner" "PIN_TOPRIGHT"
} }
"RedScore" "RedScore"
{ {
"ControlName" "CExLabel" "ControlName" "CExLabel"
@ -128,11 +127,11 @@
"xpos" "-5" "xpos" "-5"
"ypos" "0" "ypos" "0"
"zpos" "10" "zpos" "10"
"wide" "59" "wide" "25"
"tall" "20" "tall" "20"
"visible" "1" "visible" "1"
"enabled" "1" "enabled" "1"
"textAlignment" "east" "textAlignment" "east"
"labelText" "%redscore%" "labelText" "%redscore%"
"font" "Size 18" "font" "Size 18"
"fgcolor" "White" "fgcolor" "White"
@ -147,18 +146,18 @@
"xpos" "-1" "xpos" "-1"
"ypos" "-1" "ypos" "-1"
"zpos" "9" "zpos" "9"
"wide" "59" "wide" "25"
"tall" "20" "tall" "20"
"visible" "1" "visible" "1"
"enabled" "1" "enabled" "1"
"textAlignment" "east" "textAlignment" "east"
"labelText" "%redscore%" "labelText" "%redscore%"
"font" "Size 18 Blur" "font" "Size 18 Blur"
"fgcolor" "Shadow" "fgcolor" "Shadow"
"pin_to_sibling" "RedScore" "pin_to_sibling" "RedScore"
} }
//REMOVED //REMOVED
"LeftSideBG" "LeftSideBG"
{ {

View File

@ -11,11 +11,11 @@
"tall" "15" "tall" "15"
"visible" "1" "visible" "1"
"enabled" "1" "enabled" "1"
"scaleImage" "1" "scaleImage" "1"
"image" "../signs/death_wheel_whammy" "image" "../signs/death_wheel_whammy"
"fgcolor" "White" "fgcolor" "White"
} }
"CountText" "CountText"
{ {
"ControlName" "CExLabel" "ControlName" "CExLabel"
@ -29,7 +29,7 @@
"wide" "20" "wide" "20"
"tall" "20" "tall" "20"
"fgcolor" "White" "fgcolor" "White"
"pin_to_sibling" "SpellIcon" "pin_to_sibling" "SpellIcon"
"pin_corner_to_sibling" "PIN_CENTER_LEFT" "pin_corner_to_sibling" "PIN_CENTER_LEFT"
"pin_to_sibling_corner" "PIN_CENTER_RIGHT" "pin_to_sibling_corner" "PIN_CENTER_RIGHT"
@ -48,12 +48,12 @@
"fgcolor" "Shadow" "fgcolor" "Shadow"
"pin_to_sibling" "CountText" "pin_to_sibling" "CountText"
} }
"ActionText" "ActionText"
{ {
"ControlName" "CExLabel" "ControlName" "CExLabel"
"fieldName" "ActionText" "fieldName" "ActionText"
"font" "Size 9" "font" "Size 7"
"labelText" "%actiontext%" "labelText" "%actiontext%"
"textAlignment" "center" "textAlignment" "center"
"xpos" "0" "xpos" "0"
@ -65,10 +65,10 @@
"visible_minmode" "1" "visible_minmode" "1"
"AllCaps" "1" "AllCaps" "1"
} }
//REMOVED //REMOVED
"ItemEffectMeterBG" "ItemEffectMeterBG"
{ {

View File

@ -12,7 +12,7 @@
"ChallengeLabel" "ChallengeLabel"
{ {
"ControlName" "Label" "ControlName" "CExLabel"
"fieldName" "ChallengeLabel" "fieldName" "ChallengeLabel"
"font" "Size 14" "font" "Size 14"
"labelText" "#TF_MvM_TourOfDuty" "labelText" "#TF_MvM_TourOfDuty"
@ -23,12 +23,12 @@
"zpos" "0" "zpos" "0"
"wide" "400" "wide" "400"
"tall" "26" "tall" "26"
"fgcolor_override" "WhiteDark" "fgcolor" "WhiteDark"
} }
"DifficultyLabel" "DifficultyLabel"
{ {
"ControlName" "Label" "ControlName" "CExLabel"
"fieldName" "DifficultyLabel" "fieldName" "DifficultyLabel"
"font" "Size 11" "font" "Size 11"
"labelText" "#TF_MvM_Difficulty" "labelText" "#TF_MvM_Difficulty"
@ -39,12 +39,12 @@
"zpos" "0" "zpos" "0"
"wide" "100" "wide" "100"
"tall" "24" "tall" "24"
"fgcolor_override" "WhiteDark" "fgcolor" "WhiteDark"
} }
"CompleteLabel" "CompleteLabel"
{ {
"ControlName" "Label" "ControlName" "CExLabel"
"fieldName" "CompleteLabel" "fieldName" "CompleteLabel"
"font" "Size 11" "font" "Size 11"
"labelText" "#TF_MvM_TourOfDutyProgress" "labelText" "#TF_MvM_TourOfDutyProgress"
@ -55,12 +55,12 @@
"zpos" "0" "zpos" "0"
"wide" "80" "wide" "80"
"tall" "24" "tall" "24"
"fgcolor_override" "WhiteDark" "fgcolor" "WhiteDark"
} }
"TourLevelLabel" "TourLevelLabel"
{ {
"ControlName" "Label" "ControlName" "CExLabel"
"fieldName" "TourLevelLabel" "fieldName" "TourLevelLabel"
"font" "Size 11" "font" "Size 11"
"labelText" "#TF_MvM_TourNumber" "labelText" "#TF_MvM_TourNumber"
@ -71,7 +71,7 @@
"zpos" "0" "zpos" "0"
"wide" "80" "wide" "80"
"tall" "26" "tall" "26"
"fgcolor_override" "WhiteDark" "fgcolor" "WhiteDark"
} }
"TourlistGroupBox" "TourlistGroupBox"
@ -116,7 +116,7 @@
"TourDifficultyWarning" "TourDifficultyWarning"
{ {
"ControlName" "Label" "ControlName" "CExLabel"
"fieldName" "TourDifficultyWarning" "fieldName" "TourDifficultyWarning"
"font" "Size 11" "font" "Size 11"
"labelText" "#TF_MVM_Tour_ExpertDifficulty_Warning" "labelText" "#TF_MVM_Tour_ExpertDifficulty_Warning"
@ -165,7 +165,7 @@
"TourLootTitle" "TourLootTitle"
{ {
"ControlName" "Label" "ControlName" "CExLabel"
"fieldName" "TourLootTitle" "fieldName" "TourLootTitle"
"font" "Size 14" "font" "Size 14"
"labelText" "#TF_MvM_TourLootTitle" "labelText" "#TF_MvM_TourLootTitle"
@ -176,12 +176,12 @@
"wide" "200" "wide" "200"
"tall" "30" "tall" "30"
"AllCaps" "1" "AllCaps" "1"
"fgcolor_override" "WhiteDark" "fgcolor" "WhiteDark"
} }
"TourLootDetailLabel" "TourLootDetailLabel"
{ {
"ControlName" "Label" "ControlName" "CExLabel"
"fieldName" "TourLootDetailLabel" "fieldName" "TourLootDetailLabel"
"font" "Size 11" "font" "Size 11"
"labelText" "%tour_loot_detail%" "labelText" "%tour_loot_detail%"
@ -193,7 +193,7 @@
"wide" "280" "wide" "280"
"tall" "85" "tall" "85"
"AllCaps" "1" "AllCaps" "1"
"fgcolor_override" "WhiteDark" "fgcolor" "WhiteDark"
} }
} }
@ -212,7 +212,7 @@
"InventoryTitleLabel" "InventoryTitleLabel"
{ {
"ControlName" "Label" "ControlName" "CExLabel"
"fieldName" "InventoryTitleLabel" "fieldName" "InventoryTitleLabel"
"font" "Size 14" "font" "Size 14"
"labelText" "#TF_MvM_InventoryTitle" "labelText" "#TF_MvM_InventoryTitle"
@ -223,7 +223,7 @@
"wide" "200" "wide" "200"
"tall" "30" "tall" "30"
"AllCaps" "1" "AllCaps" "1"
"fgcolor_override" "WhiteDark" "fgcolor" "WhiteDark"
} }
"MannUpTicketAd" "MannUpTicketAd"
@ -255,12 +255,12 @@
"MannUpTicketCountLabel" "MannUpTicketCountLabel"
{ {
"ControlName" "Label" "ControlName" "CExLabel"
"fieldName" "MannUpTicketCountLabel" "fieldName" "MannUpTicketCountLabel"
"font" "Size 24" "font" "Size 24"
"labelText" "%ticket_count%" "labelText" "%ticket_count%"
"textAlignment" "north-west" "textAlignment" "north-west"
"fgcolor_override" "WhiteDark" "fgcolor" "WhiteDark"
"xpos" "15" "xpos" "15"
"ypos" "24" "ypos" "24"
"zpos" "2" "zpos" "2"
@ -298,12 +298,12 @@
"SquadSurplusCountLabel" "SquadSurplusCountLabel"
{ {
"ControlName" "Label" "ControlName" "CExLabel"
"fieldName" "SquadSurplusCountLabel" "fieldName" "SquadSurplusCountLabel"
"font" "Size 24" "font" "Size 24"
"labelText" "%voucher_count%" "labelText" "%voucher_count%"
"textAlignment" "north-west" "textAlignment" "north-west"
"fgcolor_override" "WhiteDark" "fgcolor" "WhiteDark"
"xpos" "82" "xpos" "82"
"ypos" "24" "ypos" "24"
"zpos" "2" "zpos" "2"
@ -327,8 +327,8 @@
"ActivateSquadSurplusLabel" "ActivateSquadSurplusLabel"
{ {
"ControlName" "Label" "ControlName" "CExLabel"
"fieldName" "SquadSurplusCheckLabel" "fieldName" "ActivateSquadSurplusLabel"
"font" "Size 11" "font" "Size 11"
"labelText" "#TF_MvM_ActivateSquadSurplus" "labelText" "#TF_MvM_ActivateSquadSurplus"
"textAlignment" "north-west" "textAlignment" "north-west"
@ -338,7 +338,7 @@
"zpos" "0" "zpos" "0"
"wide" "120" "wide" "120"
"tall" "60" "tall" "60"
"fgcolor_override" "WhiteDark" "fgcolor" "WhiteDark"
} }
"Slot0" "Slot0"
@ -439,10 +439,10 @@
"MissingTicketsLabel" "MissingTicketsLabel"
{ {
"ControlName" "Label" "ControlName" "CExLabel"
"fieldName" "MissingTicketsLabel" "fieldName" "MissingTicketsLabel"
"font" "Size 9" "font" "Size 9"
"fgcolor_override" "WhiteDark" "fgcolor" "WhiteDark"
"labelText" "#TF_Matchmaking_CantQueue_NoTicket" "labelText" "#TF_Matchmaking_CantQueue_NoTicket"
"textAlignment" "south-west" "textAlignment" "south-west"
"AllCaps" "1" "AllCaps" "1"
@ -487,7 +487,7 @@
"NoMannUpTitleLabel" "NoMannUpTitleLabel"
{ {
"ControlName" "Label" "ControlName" "CExLabel"
"fieldName" "NoMannUpTitleLabel" "fieldName" "NoMannUpTitleLabel"
"font" "Size 14" "font" "Size 14"
"labelText" "#TF_MvM_NoMannUpTitle" "labelText" "#TF_MvM_NoMannUpTitle"
@ -498,12 +498,12 @@
"wide" "200" "wide" "200"
"tall" "30" "tall" "30"
"AllCaps" "1" "AllCaps" "1"
"fgcolor_override" "WhiteDark" "fgcolor" "WhiteDark"
} }
"NoMannUpDescriptionLabel" "NoMannUpDescriptionLabel"
{ {
"ControlName" "Label" "ControlName" "CExLabel"
"fieldName" "NoMannUpDescriptionLabel" "fieldName" "NoMannUpDescriptionLabel"
"font" "Size 11" "font" "Size 11"
"labelText" "#TF_MvM_NoMannUpDescription" "labelText" "#TF_MvM_NoMannUpDescription"
@ -515,7 +515,7 @@
"wide" "280" "wide" "280"
"tall" "50" "tall" "50"
"AllCaps" "1" "AllCaps" "1"
"fgcolor_override" "WhiteDark" "fgcolor" "WhiteDark"
} }
"MannUpNowButton" "MannUpNowButton"
@ -531,19 +531,16 @@
"pinCorner" "3" "pinCorner" "3"
"visible" "1" "visible" "1"
"enabled" "1" "enabled" "1"
"tabPosition" "0"
"labelText" "#TF_MvM_MannUpNow" "labelText" "#TF_MvM_MannUpNow"
"font" "Size 14" "font" "Size 14"
"textAlignment" "center" "textAlignment" "center"
"AllCaps" "1" "AllCaps" "1"
"dulltext" "0"
"brighttext" "0"
"command" "mann_up_now" "command" "mann_up_now"
"sound_depressed" "UI/buttonclick.wav" "sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav" "sound_released" "UI/buttonclickrelease.wav"
"paintbackground" "0" "paintbackground" "0"
"border_default" "MaterialGrayDark" "border_default" "MaterialGrayDark"
"border_armed" "MaterialHypno" "border_armed" "MaterialHypno"
@ -565,7 +562,7 @@
"ChallengeLabel" "ChallengeLabel"
{ {
"ControlName" "Label" "ControlName" "CExLabel"
"fieldName" "ChallengeLabel" "fieldName" "ChallengeLabel"
"font" "Size 14" "font" "Size 14"
"labelText" "%tour_name%" "labelText" "%tour_name%"
@ -576,12 +573,12 @@
"wide" "400" "wide" "400"
"tall" "26" "tall" "26"
"AllCaps" "1" "AllCaps" "1"
"fgcolor_override" "WhiteDark" "fgcolor" "WhiteDark"
} }
"CompleteLabel" "CompleteLabel"
{ {
"ControlName" "Label" "ControlName" "CExLabel"
"fieldName" "CompleteLabel" "fieldName" "CompleteLabel"
"font" "Size 14" "font" "Size 14"
"labelText" "%complete_heading%" "labelText" "%complete_heading%"
@ -592,7 +589,7 @@
"wide" "100" "wide" "100"
"tall" "24" "tall" "24"
"AllCaps" "1" "AllCaps" "1"
"fgcolor_override" "WhiteDark" "fgcolor" "WhiteDark"
} }
"TourLevelImage" "TourLevelImage"
@ -613,7 +610,7 @@
"TourLevelLabel" "TourLevelLabel"
{ {
"ControlName" "Label" "ControlName" "CExLabel"
"fieldName" "TourLevelLabel" "fieldName" "TourLevelLabel"
"font" "Size 14" "font" "Size 14"
"labelText" "%tour_level%" "labelText" "%tour_level%"
@ -623,7 +620,7 @@
"zpos" "0" "zpos" "0"
"wide" "30" "wide" "30"
"tall" "26" "tall" "26"
"fgcolor_override" "0 0 0 255" "fgcolor" "0 0 0 255"
} }
"ChallengeListGroupBox" "ChallengeListGroupBox"

View File

@ -1,5 +1,5 @@
"Resource/UI/VoteHud.res" "Resource/UI/VoteHud.res"
{ {
"VotePassed" "VotePassed"
{ {
"ControlName" "EditablePanel" "ControlName" "EditablePanel"
@ -11,7 +11,7 @@
"visible" "0" "visible" "0"
"enabled" "1" "enabled" "1"
"border" "MaterialTransparent50" "border" "MaterialTransparent50"
"PassedIcon" "PassedIcon"
{ {
"ControlName" "ImagePanel" "ControlName" "ImagePanel"
@ -25,10 +25,10 @@
"scaleImage" "1" "scaleImage" "1"
"image" "hud/vote_yes" "image" "hud/vote_yes"
} }
"PassedTitle" "PassedTitle"
{ {
"ControlName" "Label" "ControlName" "CExLabel"
"fieldName" "PassedTitle" "fieldName" "PassedTitle"
"xpos" "32" "xpos" "32"
"ypos" "10" "ypos" "10"
@ -38,16 +38,14 @@
"enabled" "1" "enabled" "1"
"labelText" "#GameUI_vote_passed" "labelText" "#GameUI_vote_passed"
"textAlignment" "west" "textAlignment" "west"
"dulltext" "0"
"brighttext" "0"
"font" "Size 10" "font" "Size 10"
"wrap" "1" "wrap" "1"
"fgcolor_override" "White" "fgcolor" "White"
} }
"PassedResult" "PassedResult"
{ {
"ControlName" "Label" "ControlName" "CExLabel"
"fieldName" "PassedResult" "fieldName" "PassedResult"
"xpos" "10" "xpos" "10"
"ypos" "29" "ypos" "29"
@ -57,15 +55,13 @@
"enabled" "1" "enabled" "1"
"labelText" "%passedresult%" "labelText" "%passedresult%"
"textAlignment" "north-west" "textAlignment" "north-west"
"dulltext" "0"
"brighttext" "0"
"font" "Size 8" "font" "Size 8"
"wrap" "1" "wrap" "1"
"fgcolor_override" "White" "fgcolor" "White"
"noshortcutsyntax" "1" "noshortcutsyntax" "1"
} }
} }
"VoteActive" "VoteActive"
{ {
"ControlName" "EditablePanel" "ControlName" "EditablePanel"
@ -77,10 +73,10 @@
"visible" "0" "visible" "0"
"enabled" "1" "enabled" "1"
"border" "MaterialTransparent50" "border" "MaterialTransparent50"
"Header" "Header"
{ {
"ControlName" "Label" "ControlName" "CExLabel"
"fieldName" "Header" "fieldName" "Header"
"xpos" "10" "xpos" "10"
"ypos" "5" "ypos" "5"
@ -90,16 +86,14 @@
"enabled" "1" "enabled" "1"
"labelText" "%header%" "labelText" "%header%"
"textAlignment" "north-west" "textAlignment" "north-west"
"dulltext" "0"
"brighttext" "0"
"font" "Size 8" "font" "Size 8"
"wrap" "1" "wrap" "1"
"fgcolor_override" "White" "fgcolor" "White"
} }
"Issue" "Issue"
{ {
"ControlName" "Label" "ControlName" "CExLabel"
"fieldName" "Issue" "fieldName" "Issue"
"xpos" "10" "xpos" "10"
"ypos" "22" "ypos" "22"
@ -109,10 +103,8 @@
"enabled" "1" "enabled" "1"
"labelText" "%voteissue%" "labelText" "%voteissue%"
"textAlignment" "north-west" "textAlignment" "north-west"
"dulltext" "0"
"brighttext" "0"
"font" "Size 10" "font" "Size 10"
"fgcolor_override" "White" "fgcolor" "White"
"wrap" "1" "wrap" "1"
"noshortcutsyntax" "1" "noshortcutsyntax" "1"
} }
@ -128,10 +120,10 @@
"visible" "0" "visible" "0"
"enabled" "1" "enabled" "1"
"image" "" "image" ""
"scaleImage" "1" "scaleImage" "1"
"color_outline" "White" "color_outline" "White"
} }
// divider // divider
"Divider" "Divider"
{ {
@ -144,12 +136,12 @@
"fillcolor" "WhiteDark" "fillcolor" "WhiteDark"
"zpos" "0" "zpos" "0"
} }
// Temp UI // Temp UI
"LabelOption1" "LabelOption1"
{ {
"ControlName" "Label" "ControlName" "CExLabel"
"fieldName" "LabelOption1" "fieldName" "LabelOption1"
"xpos" "10" "xpos" "10"
"ypos" "57" "ypos" "57"
@ -160,12 +152,10 @@
"enabled" "1" "enabled" "1"
"labelText" "" "labelText" ""
"textAlignment" "left" "textAlignment" "left"
"dulltext" "0"
"brighttext" "0"
"font" "Size 8" "font" "Size 8"
"fgcolor_override" "White" "fgcolor" "White"
} }
"Option1Background_Selected" "Option1Background_Selected"
{ {
"ControlName" "ImagePanel" "ControlName" "ImagePanel"
@ -178,10 +168,10 @@
"fillcolor" "Main Theme" "fillcolor" "Main Theme"
"visible" "1" "visible" "1"
} }
"Option1CountLabel" "Option1CountLabel"
{ {
"ControlName" "Label" "ControlName" "CExLabel"
"fieldName" "Option1CountLabel" "fieldName" "Option1CountLabel"
"xpos" "28" "xpos" "28"
"ypos" "113" "ypos" "113"
@ -192,15 +182,13 @@
"enabled" "1" "enabled" "1"
"labelText" "Yes" "labelText" "Yes"
"textAlignment" "center" "textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"font" "Size 10" "font" "Size 10"
"fgcolor_override" "White" "fgcolor" "White"
} }
"LabelOption2" "LabelOption2"
{ {
"ControlName" "Label" "ControlName" "CExLabel"
"fieldName" "LabelOption2" "fieldName" "LabelOption2"
"xpos" "10" "xpos" "10"
"ypos" "73" "ypos" "73"
@ -211,12 +199,10 @@
"enabled" "1" "enabled" "1"
"labelText" "" "labelText" ""
"textAlignment" "left" "textAlignment" "left"
"dulltext" "0"
"brighttext" "0"
"font" "Size 8" "font" "Size 8"
"fgcolor_override" "White" "fgcolor" "White"
} }
"Option2Background_Selected" "Option2Background_Selected"
{ {
"ControlName" "ImagePanel" "ControlName" "ImagePanel"
@ -229,10 +215,10 @@
"fillcolor" "Main Theme" "fillcolor" "Main Theme"
"visible" "1" "visible" "1"
} }
"Option2CountLabel" "Option2CountLabel"
{ {
"ControlName" "Label" "ControlName" "CExLabel"
"fieldName" "Option2CountLabel" "fieldName" "Option2CountLabel"
"xpos" "74" "xpos" "74"
"ypos" "113" "ypos" "113"
@ -243,15 +229,13 @@
"enabled" "1" "enabled" "1"
"labelText" "No" "labelText" "No"
"textAlignment" "center" "textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"font" "Size 10" "font" "Size 10"
"fgcolor_override" "White" "fgcolor" "White"
} }
"LabelOption3" "LabelOption3"
{ {
"ControlName" "Label" "ControlName" "CExLabel"
"fieldName" "LabelOption3" "fieldName" "LabelOption3"
"xpos" "10" "xpos" "10"
"ypos" "89" "ypos" "89"
@ -262,12 +246,10 @@
"enabled" "1" "enabled" "1"
"labelText" "" "labelText" ""
"textAlignment" "left" "textAlignment" "left"
"dulltext" "0"
"brighttext" "0"
"font" "Size 8" "font" "Size 8"
"fgcolor_override" "White" "fgcolor" "White"
} }
"Option3Background_Selected" "Option3Background_Selected"
{ {
"ControlName" "ImagePanel" "ControlName" "ImagePanel"
@ -280,10 +262,10 @@
"fillcolor" "Main Theme" "fillcolor" "Main Theme"
"visible" "0" "visible" "0"
} }
"LabelOption4" "LabelOption4"
{ {
"ControlName" "Label" "ControlName" "CExLabel"
"fieldName" "LabelOption4" "fieldName" "LabelOption4"
"xpos" "10" "xpos" "10"
"ypos" "105" "ypos" "105"
@ -294,12 +276,10 @@
"enabled" "1" "enabled" "1"
"labelText" "" "labelText" ""
"textAlignment" "left" "textAlignment" "left"
"dulltext" "0"
"brighttext" "0"
"font" "Size 8" "font" "Size 8"
"fgcolor_override" "White" "fgcolor" "White"
} }
"Option4Background_Selected" "Option4Background_Selected"
{ {
"ControlName" "ImagePanel" "ControlName" "ImagePanel"
@ -312,10 +292,10 @@
"fillcolor" "Main Theme" "fillcolor" "Main Theme"
"visible" "0" "visible" "0"
} }
"LabelOption5" "LabelOption5"
{ {
"ControlName" "Label" "ControlName" "CExLabel"
"fieldName" "LabelOption5" "fieldName" "LabelOption5"
"xpos" "10" "xpos" "10"
"ypos" "121" "ypos" "121"
@ -326,12 +306,10 @@
"enabled" "1" "enabled" "1"
"labelText" "" "labelText" ""
"textAlignment" "left" "textAlignment" "left"
"dulltext" "0"
"brighttext" "0"
"font" "Size 8" "font" "Size 8"
"fgcolor_override" "White" "fgcolor" "White"
} }
"Option5Background_Selected" "Option5Background_Selected"
{ {
"ControlName" "ImagePanel" "ControlName" "ImagePanel"
@ -344,7 +322,7 @@
"fillcolor" "Main Theme" "fillcolor" "Main Theme"
"visible" "0" "visible" "0"
} }
// divider // divider
"Divider2" "Divider2"
{ {
@ -357,10 +335,10 @@
"fillcolor" "White" "fillcolor" "White"
"zpos" "0" "zpos" "0"
} }
"VoteCountLabel" "VoteCountLabel"
{ {
"ControlName" "Label" "ControlName" "CExLabel"
"fieldName" "VoteCountLabel" "fieldName" "VoteCountLabel"
"xpos" "10" "xpos" "10"
"ypos" "100" "ypos" "100"
@ -370,12 +348,10 @@
"enabled" "1" "enabled" "1"
"labelText" "#GameUI_vote_current_vote_count" "labelText" "#GameUI_vote_current_vote_count"
"textAlignment" "north-west" "textAlignment" "north-west"
"dulltext" "0"
"brighttext" "0"
"font" "Size 8" "font" "Size 8"
"fgcolor_override" "White" "fgcolor" "White"
} }
// vote bar // vote bar
"VoteBar" "VoteBar"
{ {
@ -387,15 +363,15 @@
"tall" "18" "tall" "18"
"zpos" "2" "zpos" "2"
"visible" "1" "visible" "1"
"enabled" "1" "enabled" "1"
"box_size" "16" "box_size" "16"
"spacer" "6" "spacer" "6"
"box_inset" "1" "box_inset" "1"
"yes_texture" "vgui/hud/vote_yes" "yes_texture" "vgui/hud/vote_yes"
"no_texture" "vgui/hud/vote_no" "no_texture" "vgui/hud/vote_no"
} }
} }
// This is sent to the vote caller when they're not able to start the vote // This is sent to the vote caller when they're not able to start the vote
"CallVoteFailed" "CallVoteFailed"
{ {
@ -408,7 +384,7 @@
"visible" "0" "visible" "0"
"enabled" "1" "enabled" "1"
"border" "MaterialTransparent50" "border" "MaterialTransparent50"
"FailedIcon" "FailedIcon"
{ {
"ControlName" "ImagePanel" "ControlName" "ImagePanel"
@ -422,10 +398,10 @@
"scaleImage" "1" "scaleImage" "1"
"image" "hud/vote_no" "image" "hud/vote_no"
} }
"FailedTitle" "FailedTitle"
{ {
"ControlName" "Label" "ControlName" "CExLabel"
"fieldName" "FailedTitle" "fieldName" "FailedTitle"
"xpos" "32" "xpos" "32"
"ypos" "10" "ypos" "10"
@ -435,16 +411,14 @@
"enabled" "1" "enabled" "1"
"labelText" "#GameUI_vote_failed" "labelText" "#GameUI_vote_failed"
"textAlignment" "west" "textAlignment" "west"
"dulltext" "0"
"brighttext" "0"
"font" "Size 10" "font" "Size 10"
"wrap" "1" "wrap" "1"
"fgcolor_override" "Red" "fgcolor" "Red"
} }
"FailedReason" "FailedReason"
{ {
"ControlName" "Label" "ControlName" "CExLabel"
"fieldName" "FailedReason" "fieldName" "FailedReason"
"xpos" "10" "xpos" "10"
"ypos" "29" "ypos" "29"
@ -454,14 +428,12 @@
"enabled" "1" "enabled" "1"
"labelText" "%FailedReason%" "labelText" "%FailedReason%"
"textAlignment" "north-west" "textAlignment" "north-west"
"dulltext" "0"
"brighttext" "0"
"font" "Size 8" "font" "Size 8"
"wrap" "1" "wrap" "1"
"fgcolor_override" "White" "fgcolor" "White"
} }
} }
// This is shown to everyone when a vote fails due to lack of votes // This is shown to everyone when a vote fails due to lack of votes
"VoteFailed" "VoteFailed"
{ {
@ -474,7 +446,7 @@
"visible" "0" "visible" "0"
"enabled" "1" "enabled" "1"
"border" "MaterialTransparent50" "border" "MaterialTransparent50"
"FailedIcon" "FailedIcon"
{ {
"ControlName" "ImagePanel" "ControlName" "ImagePanel"
@ -488,10 +460,10 @@
"scaleImage" "1" "scaleImage" "1"
"image" "hud/vote_no" "image" "hud/vote_no"
} }
"FailedTitle" "FailedTitle"
{ {
"ControlName" "Label" "ControlName" "CExLabel"
"fieldName" "FailedTitle" "fieldName" "FailedTitle"
"xpos" "32" "xpos" "32"
"ypos" "10" "ypos" "10"
@ -501,16 +473,14 @@
"enabled" "1" "enabled" "1"
"labelText" "#GameUI_vote_failed" "labelText" "#GameUI_vote_failed"
"textAlignment" "west" "textAlignment" "west"
"dulltext" "0"
"brighttext" "0"
"font" "Size 10" "font" "Size 10"
"wrap" "1" "wrap" "1"
"fgcolor_override" "Red" "fgcolor" "Red"
} }
"FailedReason" "FailedReason"
{ {
"ControlName" "Label" "ControlName" "CExLabel"
"fieldName" "FailedReason" "fieldName" "FailedReason"
"xpos" "10" "xpos" "10"
"ypos" "29" "ypos" "29"
@ -520,240 +490,273 @@
"enabled" "1" "enabled" "1"
"labelText" "" "labelText" ""
"textAlignment" "north-west" "textAlignment" "north-west"
"dulltext" "0"
"brighttext" "0"
"font" "Size 8" "font" "Size 8"
"wrap" "1" "wrap" "1"
"fgcolor_override" "White" "fgcolor" "White"
} }
} }
"VoteSetupDialog" "VoteSetupDialog"
{ {
"ControlName" "CVoteSetupDialog" "ControlName" "CVoteSetupDialog"
"fieldName" "VoteSetupDialog" "fieldName" "VoteSetupDialog"
"xpos" "c-200" "xpos" "cs-0.5"
"ypos" "c-150" "ypos" "cs-0.5"
"wide" "400" "wide" "300"
"tall" "310" "tall" "310"
"autoResize" "0"
"pinCorner" "0"
"visible" "1" "visible" "1"
"enabled" "1" "enabled" "1"
"tabPosition" "0" "proportionaltoparent" "1"
"settitlebarvisible" "0" "settitlebarvisible" "0"
"border" "MaterialBlackLight" "AllCaps" "1"
"bgcolor_override" "Blank"
"PaintBackground" "0" "PaintBackground" "0"
"PaintBorder" "1"
"border" "MaterialBlackLight"
"header_font" "Size 12" "header_font" "Size 12"
"header_fgcolor" "White" "header_fgcolor" "White"
"issue_width" "180" "issue_width" "138"
"issue_font" "Size 10" "issue_font" "Size 10"
"issue_fgcolor" "White" "issue_fgcolor" "White"
"issue_fgcolor_disabled" "White" "issue_fgcolor_disabled" "WhiteDark"
"parameter_width" "200" "parameter_width" "141"
"TitleLabel" "TitleLabel"
{ {
"ControlName" "CExLabel" "ControlName" "CExLabel"
"fieldName" "TitleLabel" "fieldName" "TitleLabel"
"font" "Size 24" "xpos" "cs-0.5"
"labelText" "#TF_Vote_Title" "ypos" "3"
"textAlignment" "north" "wide" "f6"
"xpos" "0" "tall" "26"
"ypos" "10"
"wide" "400"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1" "visible" "1"
"enabled" "1" "enabled" "1"
"wrap" "0" "proportionaltoparent" "1"
"AllCaps" "1" "AllCaps" "1"
"font" "Size 18"
"labelText" "#TF_Vote_Title"
"textAlignment" "center"
"fgcolor" "White"
} }
"VoteSetupList" "VoteSetupList"
{ {
"ControlName" "SectionedListPanel" "ControlName" "SectionedListPanel"
"fieldName" "VoteSetupList" "fieldName" "VoteSetupList"
"xpos" "10" "xpos" "5"
"ypos" "38" "ypos" "35"
"zpos" "2" "zpos" "2"
"wide" "180" "wide" "p0.46"
"tall" "200" "tall" "f91"
"pinCorner" "0"
"visible" "1" "visible" "1"
"enabled" "1" "enabled" "1"
"tabPosition" "0" "proportionaltoparent" "1"
"autoresize" "0" "paintbackground" "1"
"bgcolor_override" "BlackTransparent"
"linespacing" "16" "linespacing" "16"
} }
"VoteSetupListBG"
{
"ControlName" "EditablePanel"
"fieldName" "VoteSetupListBG"
"xpos" "2"
"ypos" "6"
"zpos" "0"
"wide" "p0.47"
"tall" "f81"
"visible" "1"
"enabled" "1"
"proportionaltoparent" "1"
"paintboder" "1"
"border" "MaterialGrayDarker"
"pin_to_sibling" "VoteSetupList"
}
"VoteParameterList" "VoteParameterList"
{ {
"ControlName" "SectionedListPanel" "ControlName" "SectionedListPanel"
"fieldName" "VoteParameterList" "fieldName" "VoteParameterList"
"xpos" "190" "xpos" "rs1-5"
"ypos" "38" "ypos" "35"
"zpos" "2" "zpos" "2"
"wide" "200" "wide" "p0.5"
"tall" "200" "tall" "f68"
"pinCorner" "0"
"visible" "1" "visible" "1"
"enabled" "1" "enabled" "1"
"tabPosition" "0"
"autoresize" "0"
"linespacing" "16" "linespacing" "16"
"proportionaltoparent" "1"
}
"VoteParameterListBG"
{
"ControlName" "EditablePanel"
"fieldName" "VoteParameterListBG"
"xpos" "2"
"ypos" "6"
"zpos" "0"
"wide" "p0.51"
"tall" "f58"
"visible" "1"
"enabled" "1"
"proportionaltoparent" "1"
"paintboder" "1"
"border" "MaterialGrayDarker"
"pin_to_sibling" "VoteParameterList"
"pin_corner_to_sibling" "PIN_TOPRIGHT"
"pin_to_sibling_corner" "PIN_TOPRIGHT"
} }
"ComboLabel" "ComboLabel"
{ {
"ControlName" "CExLabel" "ControlName" "CExLabel"
"fieldName" "ComboLabel" "fieldName" "ComboLabel"
"font" "Size 11" "xpos" "9999"
"labelText" "%combo_label%"
"textAlignment" "east"
"xpos" "5"
"ypos" "245"
"zpos" "1"
"wide" "75"
"tall" "20"
"autoResize" "1"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
} }
"ComboBox" "ComboBox"
{ {
"ControlName" "ComboBox" "ControlName" "ComboBox"
"fieldName" "ComboBox" "fieldName" "ComboBox"
"Font" "Size 11" "xpos" "7"
"xpos" "85" "ypos" "rs1-31"
"ypos" "245"
"zpos" "1" "zpos" "1"
"wide" "235" "wide" "p0.45"
"tall" "20" "tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1" "visible" "1"
"enabled" "1" "enabled" "1"
"tabPosition" "1" "proportionaltoparent" "1"
"textHidden" "0" "textHidden" "0"
"editable" "0" "editable" "0"
"maxchars" "-1" "maxchars" "-1"
"NumericInputOnly" "0" "NumericInputOnly" "0"
"unicode" "0" "unicode" "0"
"Font" "Size 12"
"paintborder" "0"
"paintbackground" "1"
"fgcolor_override" "White" "fgcolor_override" "White"
"bgcolor_override" "BlackDark" "bgcolor_override" "Blank"
"disabledFgColor_override" "White" "disabledFgColor_override" "WhiteDark"
"disabledBgColor_override" "BlackDark" "disabledBgColor_override" "Blank"
"selectionColor_override" "BlackDark" "selectionColor_override" "Blank"
"selectionTextColor_override" "White" "selectionTextColor_override" "White"
"defaultSelectionBG2Color_override" "BlackDark" "defaultSelectionBG2Color_override" "WhiteDark"
} }
"ComboBoxBG"
{
"ControlName" "EditablePanel"
"fieldName" "ComboBoxBG"
"xpos" "4"
"ypos" "0"
"zpos" "0"
"wide" "p0.47"
"tall" "24"
"visible" "1"
"enabled" "1"
"proportionaltoparent" "1"
"paintboder" "1"
"border" "MaterialGrayDarker"
"pin_to_sibling" "ComboBox"
"pin_corner_to_sibling" "PIN_CENTER_LEFT"
"pin_to_sibling_corner" "PIN_CENTER_LEFT"
}
"CallVoteButton" "CallVoteButton"
{ {
"ControlName" "Button" "ControlName" "Button"
"fieldName" "CallVoteButton" "fieldName" "CallVoteButton"
"xpos" "75" "xpos" "cs-0.5"
"ypos" "275" "ypos" "rs1-3"
"zpos" "1" "zpos" "10"
"wide" "160" "wide" "f6"
"tall" "24" "tall" "24"
"autoResize" "0"
"pinCorner" "3"
"visible" "1" "visible" "1"
"enabled" "0" "enabled" "1"
"tabPosition" "4" "proportionaltoparent" "1"
"labelText" "#TF_call_vote" "labelText" "#TF_call_vote"
"textAlignment" "center" "textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"Command" "CallVote" "Command" "CallVote"
"Default" "0" "Default" "0"
"font" "Size 14" "font" "Size 15"
"AllCaps" "1" "AllCaps" "1"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
"paintbackground" "0" "paintbackground" "0"
"paintborder" "0" "paintborder" "0"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
"defaultFgColor_override" "White" "defaultFgColor_override" "White"
"armedFgColor_override" "White" "armedFgColor_override" "WhiteSolid"
"depressedFgColor_override" "White" "depressedFgColor_override" "WhiteSolid"
} }
"CallVoteButtonBG" "CallVoteButtonBG"
{ {
"ControlName" "EditablePanel" "ControlName" "EditablePanel"
"fieldName" "CallVoteButtonBG" "fieldName" "CallVoteButtonBG"
"xpos" "75" "xpos" "0"
"ypos" "275" "ypos" "0"
"zpos" "0" "zpos" "0"
"wide" "160" "wide" "f6"
"tall" "24" "tall" "24"
"autoResize" "0"
"pinCorner" "3"
"visible" "1" "visible" "1"
"enabled" "0" "enabled" "1"
"border" "MaterialGrayDark" "proportionaltoparent" "1"
"paintboder" "1"
"border" "MaterialHypno"
"pin_to_sibling" "CallVoteButton"
} }
"Button1" "Button1"
{ {
"ControlName" "Button" "ControlName" "Button"
"fieldName" "Button1" "fieldName" "Button1"
"xpos" "240" "xpos" "rs1-5"
"ypos" "275" "ypos" "5"
"zpos" "1" "zpos" "10"
"wide" "80" "wide" "22"
"tall" "24" "tall" "22"
"autoResize" "0"
"pinCorner" "3"
"visible" "1" "visible" "1"
"enabled" "1" "enabled" "1"
"tabPosition" "4" "proportionaltoparent" "1"
"labelText" "#GameUI_Close" "labelText" "-"
"textAlignment" "center" "textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"Command" "Close" "Command" "Close"
"Default" "0" "Default" "0"
"font" "Size 14" "font" "Symbols 18"
"AllCaps" "1" "AllCaps" "1"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
"paintbackground" "0" "paintbackground" "0"
"paintborder" "0" "paintborder" "0"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
"defaultFgColor_override" "White" "defaultFgColor_override" "White"
"armedFgColor_override" "White" "armedFgColor_override" "WhiteSolid"
"depressedFgColor_override" "White" "depressedFgColor_override" "WhiteSolid"
} }
"Button1BG" "Button1BG"
{ {
"ControlName" "EditablePanel" "ControlName" "EditablePanel"
"fieldName" "Button1BG" "fieldName" "Button1BG"
"xpos" "240" "xpos" "0"
"ypos" "275" "ypos" "0"
"zpos" "0" "zpos" "0"
"wide" "80" "wide" "22"
"tall" "24" "tall" "22"
"autoResize" "0"
"pinCorner" "3"
"visible" "1" "visible" "1"
"enabled" "0" "enabled" "1"
"border" "MaterialGrayDark" "proportionaltoparent" "1"
"paintborder" "1"
"border" "MaterialRed"
"pin_to_sibling" "Button1"
} }
} }
} }