Alright, now for a question of my own:
In ui\spectatortournament.res, I'm able to adjust the size of the player panels, but the background is automatically resized to the entire thing. Additionally, I cannot adjust the border thickness or make it completely squared off, or anything with something like:
"src_corner_height" "40"
"src_corner_width" "40"
"draw_corner_width" "0"
"draw_corner_height" "0"
I tried something like adding an element "bg" hoping it's just excluded from the files, but editing that doesn't help either. I tried looking at other HUDs that modified it, but I'm not getting anything out of it. I would disable it with "paintborder" "0" but that would mean I can't make a team-colored background since they'd all appear gray since I'm a spectator.
To summarize, I want to do two things to the playerpanels:
- Change the team-colored background's size independently of the entire playerpanel_kv element
- Change the background's shape to be squared
Anyone able to solve this issue for me? Thanks in advance!