Wizard's Waltz is feature complete

Just missing 90% of the visual assets
This commit is contained in:
Carson Kompon
2022-03-03 22:30:08 -05:00
parent a97fd43ec3
commit ef300057a7
26 changed files with 1109 additions and 23 deletions

View File

@ -370,7 +370,8 @@ namespace RhythmHeavenMania
}),
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 GameAction("start interval", delegate { WizardsWaltz.instance.SetIntervalStart(eventCaller.currentEntity.beat, eventCaller.currentEntity.length); }, 4f, true),
new GameAction("plant flower", delegate { WizardsWaltz.instance.SpawnFlower(eventCaller.currentEntity.beat); }, 0.5f, false),
}),
/*new Minigame("spaceDance", "Space Dance", "B888F8", new List<GameAction>()
{