Crop Stomp: Implementation progress

This commit is contained in:
Jenny Crowe
2022-02-28 23:38:38 -07:00
parent 6c13d0efa2
commit daf19fae54
12 changed files with 1524 additions and 3 deletions

View File

@ -356,7 +356,8 @@ namespace RhythmHeavenMania
}),
new Minigame("cropStomp", "Crop Stomp \n<color=#eb5454>[WIP don't use]</color>", "BFDEA6", false, false, new List<GameAction>()
{
new GameAction("start marching", delegate { CropStomp.instance.StartMarching(eventCaller.currentEntity.beat); }, 0.5f, false),
new GameAction("start marching", delegate { CropStomp.instance.StartMarching(eventCaller.currentEntity.beat); }, 2f, false),
new GameAction("veggies", delegate { }, 4f, true),
}),
/*new Minigame("spaceDance", "Space Dance", "B888F8", new List<GameAction>()
{