Rhythm Rally: Animations baybeeeeeeeeee

This commit is contained in:
Jenny Crowe
2022-02-12 01:12:12 -07:00
parent 56a90a2e75
commit c92974dbe6
7 changed files with 532 additions and 47 deletions

View File

@ -11,6 +11,7 @@ using RhythmHeavenMania.Games.KarateMan;
using RhythmHeavenMania.Games.SpaceSoccer;
using RhythmHeavenMania.Games.DJSchool;
using RhythmHeavenMania.Games.RhythmTweezers;
using RhythmHeavenMania.Games.RhythmRally;
namespace RhythmHeavenMania
{
@ -207,7 +208,7 @@ namespace RhythmHeavenMania
new Minigame("rhythmRally", "Rhythm Rally", "B888F8", true, false, new List<GameAction>()
{
new GameAction("bop", delegate { RhythmRally.instance.Bop(eventCaller.currentEntity.beat, eventCaller.currentEntity.length); }, 0.5f, true),
}),
/*new Minigame("spaceDance", "Space Dance", "B888F8", new List<GameAction>()
{