many shit (survived an SSD failure, plz push more)

This commit is contained in:
msk
2022-01-28 19:57:50 -08:00
parent fcea383739
commit 1eb6628a37
22 changed files with 732 additions and 113 deletions
+2 -4
View File
@@ -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()