diff options
| author | CriticalFlaw <[email protected]> | 2020-12-28 13:46:03 -0500 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-12-28 13:46:03 -0500 |
| commit | 46d248b5167f9c8794c3125146952fef08f86bcd (patch) | |
| tree | c3b215d3c6b00085c8cc6e4ace2e5be2b565960c /resource/ui/matchmakingdashboard.res | |
| parent | d07450fa8b4632d043c838807cba07eb3db6a209 (diff) | |
Added Hypnotize's Icons
- Updated to Hypnotize's icon pack.
- Updated multiple files, removed unused code.
Diffstat (limited to 'resource/ui/matchmakingdashboard.res')
| -rw-r--r-- | resource/ui/matchmakingdashboard.res | 80 |
1 files changed, 41 insertions, 39 deletions
diff --git a/resource/ui/matchmakingdashboard.res b/resource/ui/matchmakingdashboard.res index fb0bce6..1f2d963 100644 --- a/resource/ui/matchmakingdashboard.res +++ b/resource/ui/matchmakingdashboard.res @@ -141,8 +141,8 @@ { "ControlName" "CDashboardPartyMember" "fieldName" "PartySlot1" - "xpos" "54" - "ypos" "rs1-6" + "xpos" "0" + "ypos" "0" "zpos" "100" "wide" "o1" "tall" "24" @@ -155,14 +155,18 @@ "mouseinputenabled" "1" "keyboardinputenabled" "0" "party_slot" "1" + + "pin_to_sibling" "PartySlot0" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" } "PartySlot2" { "ControlName" "CDashboardPartyMember" "fieldName" "PartySlot2" - "xpos" "78" - "ypos" "rs1-6" + "xpos" "0" + "ypos" "0" "zpos" "100" "wide" "o1" "tall" "24" @@ -175,14 +179,18 @@ "mouseinputenabled" "1" "keyboardinputenabled" "0" "party_slot" "2" + + "pin_to_sibling" "PartySlot1" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" } "PartySlot3" { "ControlName" "CDashboardPartyMember" "fieldName" "PartySlot3" - "xpos" "102" - "ypos" "rs1-6" + "xpos" "0" + "ypos" "0" "zpos" "100" "wide" "o1" "tall" "24" @@ -195,14 +203,18 @@ "mouseinputenabled" "1" "keyboardinputenabled" "0" "party_slot" "3" + + "pin_to_sibling" "PartySlot2" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" } "PartySlot4" { "ControlName" "CDashboardPartyMember" "fieldName" "PartySlot4" - "xpos" "126" - "ypos" "rs1-6" + "xpos" "0" + "ypos" "0" "zpos" "100" "wide" "o1" "tall" "24" @@ -215,14 +227,18 @@ "mouseinputenabled" "1" "keyboardinputenabled" "0" "party_slot" "4" + + "pin_to_sibling" "PartySlot3" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" } "PartySlot5" { "ControlName" "CDashboardPartyMember" "fieldName" "PartySlot5" - "xpos" "150" - "ypos" "rs1-6" + "xpos" "0" + "ypos" "0" "zpos" "100" "wide" "o1" "tall" "24" @@ -235,6 +251,10 @@ "mouseinputenabled" "1" "keyboardinputenabled" "0" "party_slot" "5" + + "pin_to_sibling" "PartySlot4" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" } "QueueContainer" @@ -405,41 +425,23 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "labeltext" "" - "font" "HudFontSmallBold" + "labeltext" "(" + "font" "CustomIcons" "textAlignment" "center" "dulltext" "0" "brighttext" "0" "default" "1" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" "Command" "leave_queue" "proportionaltoparent" "1" - "actionsignallevel" "3" - "paintbackground" "0" - - "defaultFgColor_override" "46 43 42 255" - "armedFgColor_override" "235 226 202 255" - "depressedFgColor_override" "46 43 42 255" - - "image_drawcolor" "235 226 202 255" - "image_armedcolor" "255 0 0 255" - - "SubImage" - { - "ControlName" "ImagePanel" - "fieldName" "SubImage" - "xpos" "cs-0.5" - "ypos" "cs-0.5" - "zpos" "1" - "wide" "9" - "tall" "9" - "visible" "1" - "enabled" "1" - "image" "replay/thumbnails/close" - "scaleImage" "1" - "proportionaltoparent" "1" - } + "actionsignallevel" "3" + "paintbackground" "0" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "LightRed" + "depressedFgColor_override" "TanLight" } } |
