Rhythm Rally: Feature complete!

This commit is contained in:
Jenny Crowe
2022-03-05 12:30:05 -07:00
parent bbae26e6a6
commit 44891347f4
4 changed files with 207 additions and 33 deletions

View File

@ -330,7 +330,7 @@ namespace RhythmHeavenMania
} ),
}),
new Minigame("rhythmRally", "Rhythm Rally \n<color=#eb5454>[WIP don't use]</color>", "FFFFFF", true, false, new List<GameAction>()
new Minigame("rhythmRally", "Rhythm Rally", "FFFFFF", true, false, new List<GameAction>()
{
new GameAction("bop", delegate { RhythmRally.instance.Bop(eventCaller.currentEntity.beat, eventCaller.currentEntity.length); }, 0.5f, true),
new GameAction("whistle", delegate { RhythmRally.instance.PlayWhistle(); }, 0.5f),