Skip to content

Commit

Permalink
turned the icons into a user customization instead
Browse files Browse the repository at this point in the history
  • Loading branch information
tekunotri committed Dec 16, 2023
1 parent c615879 commit 5715c14
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions customizations/ubericons_/targetidubericons.res
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
"Resource/UI/TargetID.res"
// adds icons to every medigun type instead of medigun name
{
"TargetDataLabel"
{
"font" "TargetIDIcons"
}

}
3 changes: 2 additions & 1 deletion resource/ui/TargetID.res
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#base "../../customizations/streamermode/targetid.res"
#base "../../customizations/ubericons/targetidubericons.res"
#base "../../resource/ui/targetid_base.res"

"Resource/UI/targetid.res"
{
}
}
2 changes: 1 addition & 1 deletion resource/ui/TargetID_base.res
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{
"ControlName" "Label"
"fieldName" "TargetDataLabel"
"font" "TargetIDIcons"
"font" "GameFont8"
"xpos" "8"
"ypos" "17"
"zpos" "1"
Expand Down

0 comments on commit 5715c14

Please sign in to comment.