Initialize game with one script

This commit is contained in:
Starpelly
2022-01-03 17:42:43 -05:00
parent 4c83f7fec0
commit 775fd7e580
32 changed files with 2283 additions and 9446 deletions

View File

@ -49,6 +49,7 @@ namespace RhythmHeavenMania
CreateDebugUI(out graphicsDeviceName, true); SetText(graphicsDeviceName, SystemInfo.graphicsDeviceName);
CreateDebugUI(out fps, true);
transform.GetChild(0).GetComponent<Canvas>().worldCamera = GameManager.instance.CursorCam;
}
private void Update()