diff options
| author | CriticalFlaw <[email protected]> | 2020-04-12 13:22:46 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-04-12 13:22:46 -0400 |
| commit | 53627aa7c3664091e6d58c5698bf8be910d383cf (patch) | |
| tree | c97d0abaae906afa0728aa6dd6628d74d894e4dc /resource/ui/huditemeffectmeter_powerupbottle.res | |
| parent | ceda99cb6f1507321fd6d317ad078b84610323dd (diff) | |
Gameplay Fixes
- Updated the team and class selection, text chat, killfeed, voice chat, target ID, disguise panel, item meters, spell selection, killstreak, stopwatch, quickswitch, map info, tournament spectator and vote panel.
- Fixed the post-match summary page not displaying properly.
Diffstat (limited to 'resource/ui/huditemeffectmeter_powerupbottle.res')
| -rw-r--r-- | resource/ui/huditemeffectmeter_powerupbottle.res | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/resource/ui/huditemeffectmeter_powerupbottle.res b/resource/ui/huditemeffectmeter_powerupbottle.res index 5c70112..8a1d9fc 100644 --- a/resource/ui/huditemeffectmeter_powerupbottle.res +++ b/resource/ui/huditemeffectmeter_powerupbottle.res @@ -5,8 +5,10 @@ "fieldName" "HudItemEffectMeter" "visible" "1" "enabled" "1" - "xpos" "c-190" - "ypos" "r21" + "xpos" "c-327" + "xpos_minmode" "c-250" + "ypos" "r72" + "ypos_minmode" "r146" "wide" "100" "tall" "60" "MeterFG" "White" @@ -15,18 +17,17 @@ "PowerupBG" { - "ControlName" "ImagePanel" + "ControlName" "EditablePanel" "fieldName" "PowerupBG" "xpos" "0" "ypos" "0" "zpos" "0" "wide" "100" "tall" "20" - "autoResize" "0" - "pinCorner" "0" "visible" "1" "enabled" "1" - "fillcolor" "0 0 0 200" + "bgcolor_override" "0 0 0 200" + "PaintBackgroundType" "2" } "ItemEffectIcon" @@ -34,7 +35,7 @@ "ControlName" "CTFImagePanel" "fieldName" "ItemEffectIcon" "xpos" "60" - "ypos" "2" + "ypos" "1" "zpos" "1" "wide" "18" "tall" "18" @@ -80,7 +81,7 @@ "visible" "1" "enabled" "1" "textAlignment" "west" - "labelText" "Powerups" + "labelText" "#TF_Spell_Athletic" } "ItemEffectMeter" |
