mirror of
https://github.com/muskit/H3VR-TNH-Quality-of-Life-Improvements.git
synced 2026-06-03 04:34:26 -07:00
implement stats tilt
encompasses releases 1.1.2 and 1.1.3
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user