implement stats tilt

encompasses releases 1.1.2 and 1.1.3
This commit is contained in:
msk
2022-02-13 03:17:47 -08:00
parent 640245cdd5
commit 6249f07788
10 changed files with 51 additions and 18 deletions
-1
View File
@@ -42,7 +42,6 @@ namespace TNHQoLImprovements
int handSide = tnhManager.RadarHand == TNH_RadarHand.Left ? 0 : 1;
tnhInfo.transform.SetParent(hands[handSide], false);
tnhInfo.transform.localScale = new Vector3(.0002f, .0002f, .0002f);
tnhInfo.GetComponent<TNHInfo>().GameOverPos();
}
}