Skip to content

Commit

Permalink
Updated killfeed
Browse files Browse the repository at this point in the history
  • Loading branch information
CriticalFlaw committed Mar 22, 2022
1 parent 02ca266 commit 81553a4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions resource/ui/hudmatchstatus.res
Original file line number Diff line number Diff line change
Expand Up @@ -371,11 +371,11 @@

"team1_grow_dir" "west"
"team1_base_x" "c-45"
"team1_max_expand" "133"
"team1_max_expand" "200"

"team2_grow_dir" "east"
"team2_base_x" "c47"
"team2_max_expand" "133"
"team2_max_expand" "200"

"playerpanels_kv"
{
Expand Down
2 changes: 1 addition & 1 deletion resource/ui/hudobjectivetimepanel.res
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"proportionaltoparent" "1"
"xpos" "0"
"ypos" "26"
"ypos_minmode" "21"
"ypos_minmode" "23"
"wide" "p1"
"font" "HudFontSmallestBold"
"font_hidef" "HudFontSmallestBold"
Expand Down
3 changes: 1 addition & 2 deletions resource/ui/spectator.res
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"ypos" "0"
"wide" "f0"
"tall" "60"
"visible" "1" //Change to "0" to enable health cross
"visible" "1"
"enabled" "1"
"bgcolor_override" "0 0 0 200"
"PaintBackgroundType" "2"
Expand All @@ -34,7 +34,6 @@
"xpos" "0"
"ypos" "0"
"tall" "0" [$WIN32]
"tall_minmode" "20" [$WIN32]
"tall" "104" [$X360]
"wide" "f0"
"autoResize" "0"
Expand Down
5 changes: 2 additions & 3 deletions resource/ui/targetid.res
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
"ControlName" "Label"
"fieldName" "TargetNameLabel"
"font" "HudFontSmall"
"font_minmode" "TFFontLarge"
"xpos" "8"
"xpos_minmode" "30"
"ypos" "5"
Expand All @@ -99,11 +98,11 @@
"ControlName" "Label"
"fieldName" "TargetDataLabel"
"font" "FontStoreOriginalPrice"
"font_minmode" "DefaultVerySmall"
"font_minmode" "ScoreboardSmall"
"xpos" "8"
"xpos_minmode" "30"
"ypos" "17" [$WIN32]
"ypos_minmode" "12" [$WIN32]
"ypos_minmode" "14" [$WIN32]
"ypos" "22" [$X360]
"ypos_hidef" "25" [$X360]
"zpos" "1"
Expand Down
6 changes: 3 additions & 3 deletions scripts/hudlayout.res
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@
"visible" "1"
"enabled" "1"
"xpos" "r640" [$WIN32]
"ypos" "18" [$WIN32]
"ypos" "23" [$WIN32]
"xpos" "r672" [$X360]
"ypos" "35" [$X360]
"wide" "628"
Expand All @@ -539,11 +539,11 @@
"MaxDeathNotices" "4"
"IconScale" "0.35"
"LineHeight" "16"
"LineSpacing" "4"
"LineSpacing" "2"
"CornerRadius" "3"
"RightJustify" "1" // If 1, draw notices from the right

"TextFont" "Default"
"TextFont" "HudFontSmallest"

"TeamBlue" "HUDBlueTeamSolid"
"TeamRed" "HUDRedTeamSolid"
Expand Down

0 comments on commit 81553a4

Please sign in to comment.