mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-13 15:17:37 +02:00
Spaceball's camera messed with other games
This commit is contained in:
@ -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),
|
||||
}),
|
||||
|
Reference in New Issue
Block a user