Spaceball's camera messed with other games

This commit is contained in:
Braedon
2022-02-04 13:15:28 -05:00
parent 9722ce7122
commit b55a6dcabc
4 changed files with 482 additions and 1 deletions

View File

@ -293,6 +293,7 @@ namespace RhythmHeavenMania
this.GetComponent<SpriteRenderer>().enabled = true;
SetGame(game);
GameCamera.transform.localPosition = new Vector3(GameCamera.transform.localPosition.x, GameCamera.transform.localPosition.y, -10);
yield return new WaitForSeconds(0.1f);