diff options
| author | CriticalFlaw <[email protected]> | 2020-08-07 18:49:07 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-08-07 18:49:07 -0400 |
| commit | efba2d7f8d7c68205331fcc3accad683649faed8 (patch) | |
| tree | f489c6a79f4e8e919f0ca89ff18cf6e6dddd5d34 /resource/ui/hudobjectivekothtimepanel.res | |
| parent | 8ab130c7f27a40993c76e43c3b7275477c18cd7c (diff) | |
Visual Tweaks
- Increased the size of the item names on the loadout screen.
- Updated the tournament and building panels
- Added a panel shown when the player auto-switches teams.
- Fixed the reserve ammo sometimes being cutoff.
- Added additional panels, visual tweaks to multiple others.
Diffstat (limited to 'resource/ui/hudobjectivekothtimepanel.res')
| -rw-r--r-- | resource/ui/hudobjectivekothtimepanel.res | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/resource/ui/hudobjectivekothtimepanel.res b/resource/ui/hudobjectivekothtimepanel.res index 583864a..5da7350 100644 --- a/resource/ui/hudobjectivekothtimepanel.res +++ b/resource/ui/hudobjectivekothtimepanel.res @@ -10,7 +10,7 @@ "BlueTimer" { - "ControlName" "ImagePanel" + "ControlName" "CTFHudTimeStatus" "fieldName" "BlueTimer" "xpos" "0" "ypos" "0" @@ -24,7 +24,7 @@ { "proportionaltoparent" "1" "xpos" "cs-.7" - "ypos" "4" + "ypos" "5" "delta_item_x" "10" "delta_item_start_y" "12" "delta_item_end_y" "50" @@ -64,7 +64,7 @@ "RedTimer" { - "ControlName" "ImagePanel" + "ControlName" "CTFHudTimeStatus" "fieldName" "RedTimer" "xpos" "50" "ypos" "0" @@ -78,7 +78,7 @@ { "proportionaltoparent" "1" "xpos" "cs-0.77" - "ypos" "4" + "ypos" "5" "delta_item_x" "50" "delta_item_start_y" "12" "delta_item_end_y" "50" @@ -118,7 +118,7 @@ "ActiveTimerBG" { - "ControlName" "ImagePanel" + "ControlName" "EditablePanel" "fieldName" "ActiveTimerBG" "xpos" "15" "ypos" "25" @@ -127,6 +127,7 @@ "tall" "3" "visible" "0" "enabled" "1" - "fillcolor" "TanLight" + "bgcolor_override" "TanLight" + "PaintBackgroundType" "0" } }
\ No newline at end of file |
