mirror of
https://github.com/muskit/H3VR-TNH-Quality-of-Life-Improvements.git
synced 2026-06-03 04:34:26 -07:00
many shit (survived an SSD failure, plz push more)
This commit is contained in:
@@ -9,11 +9,9 @@ namespace TNHQoLImprovements
|
||||
{
|
||||
void Start()
|
||||
{
|
||||
transform.localPosition = new Vector3(1, 0, -.5f);
|
||||
transform.localRotation = Quaternion.Euler(90, 0, 0);
|
||||
transform.localScale = new Vector3(0.002f, 0.002f, 0.002f);
|
||||
transform.localPosition = new Vector3(333, 0, -450);
|
||||
|
||||
StartCoroutine(SetTokenImage());
|
||||
StartCoroutine(SetTokenImage());
|
||||
}
|
||||
|
||||
private IEnumerator SetTokenImage()
|
||||
|
||||
Reference in New Issue
Block a user