lowered team overall stats position
This commit is contained in:
parent
8e0dc4465b
commit
5030768c95
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ zoom: {Util.getGunZoom(this.personGun)}"
|
|||
GUI.Label(new Rect(Screen.width - 100, 440 + teamStatOffset, 70, 190), teamDamage);
|
||||
|
||||
GUI.Label(
|
||||
new Rect(Screen.width - 315, 620 + teamStatOffset, 300, 55),
|
||||
new Rect(Screen.width - 315, 625 + teamStatOffset, 300, 55),
|
||||
$@"total damage: {teamTotalDamage}
|
||||
total deaths: {teamTotalDeaths}
|
||||
total kills: {teamTotalKills}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue