He rotate

This commit is contained in:
Carson Kompon
2022-03-03 19:15:56 -05:00
parent a2e6379528
commit a97fd43ec3
7 changed files with 159 additions and 73 deletions

View File

@ -16,6 +16,7 @@ using RhythmHeavenMania.Games.RhythmRally;
using RhythmHeavenMania.Games.BuiltToScaleDS;
using RhythmHeavenMania.Games.TapTrial;
using RhythmHeavenMania.Games.CropStomp;
using RhythmHeavenMania.Games.WizardsWaltz;
namespace RhythmHeavenMania
{
@ -367,6 +368,10 @@ namespace RhythmHeavenMania
new GameAction("veggies", delegate { }, 4f, true),
new GameAction("mole", delegate { }, 2f, false),
}),
new Minigame("wizardsWaltz", "Wizard's Waltz \n<color=#adadad>(Mahou Tsukai)</color>", "FFEF9C", false, false, new List<GameAction>()
{
// new GameAction("plant flower", delegate { }, 2f, false),
}),
/*new Minigame("spaceDance", "Space Dance", "B888F8", new List<GameAction>()
{
}),