From 5030768c956588b556d823b9c8918b8648464603 Mon Sep 17 00:00:00 2001 From: developomp Date: Wed, 15 Sep 2021 15:42:07 +0900 Subject: [PATCH] lowered team overall stats position --- WBM/WBM.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WBM/WBM.cs b/WBM/WBM.cs index eb82ed2..4c10ff2 100644 --- a/WBM/WBM.cs +++ b/WBM/WBM.cs @@ -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}"