diff options
| author | CriticalFlaw <[email protected]> | 2020-12-29 21:00:35 -0500 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-12-29 21:00:35 -0500 |
| commit | e0f728581ba5d7ca0d7ea06b015c36e189993664 (patch) | |
| tree | e92c90b4d1dffde240cff002e04d9e5b97a2eda9 /resource/ui/hudobjectivekothtimepanel.res | |
| parent | ea282b4939ae1c8f5b69a89acf4db91d14491e62 (diff) | |
Bug Fixes, see notes.
- Fixed the stock items checkbox not working on the backpack page.
- Fixed the cutoff description label on the confirmation panel.
- Fixed the font for the item series number being too large to display.
- Fixed the store preview page not allowing to change item color and style.
- Increased the size of the sentry gun's health on the building panel (#158)
- Fixed the KOTH timer not being centred properly.
- Miscellenaous other fixes and improvements.
Diffstat (limited to 'resource/ui/hudobjectivekothtimepanel.res')
| -rw-r--r-- | resource/ui/hudobjectivekothtimepanel.res | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/resource/ui/hudobjectivekothtimepanel.res b/resource/ui/hudobjectivekothtimepanel.res index 683af2d..10961cd 100644 --- a/resource/ui/hudobjectivekothtimepanel.res +++ b/resource/ui/hudobjectivekothtimepanel.res @@ -40,11 +40,11 @@ "fieldName" "TimePanelValue" "font" "HudFontMedium" "fgcolor" "TanLight" - "xpos" "25" + "xpos" "15" "ypos" "0" "zpos" "3" "wide" "50" - "tall" "24" + "tall" "25" "visible" "1" "enabled" "1" "textAlignment" "center" @@ -53,11 +53,11 @@ if_match { "proportionaltoparent" "1" - "xpos" "10" - "ypos" "9" + "xpos" "11" + "ypos" "8" "tall" "10" - "wide" "35" - "font" "HudFontSmall" + "wide" "25" + "font" "HudFontSmallest" } } } @@ -94,7 +94,7 @@ "fieldName" "TimePanelValue" "font" "HudFontMedium" "fgcolor" "TanLight" - "xpos" "25" + "xpos" "15" "ypos" "0" "zpos" "3" "wide" "50" @@ -107,11 +107,11 @@ if_match { "proportionaltoparent" "1" - "xpos" "rs1-15" - "ypos" "9" - "wide" "35" + "xpos" "rs1-33" + "ypos" "8" "tall" "10" - "font" "HudFontSmall" + "wide" "25" + "font" "HudFontSmallest" } } } |
