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

@ -77,7 +77,7 @@ namespace RhythmHeavenMania
{
new Minigame("gameManager", "Game Manager", "", false, true, new List<GameAction>()
{
new GameAction("switchGame", delegate { GameManager.instance.SwitchGame(eventCaller.currentSwitchGame); }),
new GameAction("switchGame", delegate { GameManager.instance.SwitchGame(eventCaller.currentSwitchGame); }, 0.5f),
new GameAction("end", delegate { Debug.Log("end"); }),
new GameAction("skill star", delegate { }, 1f, true),
}),