Fan Club: start scene setup

This commit is contained in:
minenice55
2022-03-12 23:24:37 -05:00
parent 5a9cf5507a
commit cd652e4107
15 changed files with 3042 additions and 0 deletions

View File

@ -414,6 +414,9 @@ namespace RhythmHeavenMania
new GameAction("donut", delegate { BlueBear.instance.SpawnTreat(eventCaller.currentEntity.beat, false); }, 3, false),
new GameAction("cake", delegate { BlueBear.instance.SpawnTreat(eventCaller.currentEntity.beat, true); }, 4, false),
}),
new Minigame("fanClub", "Fan Club \n<color=#eb5454>[WIP don't use]</color>", "FDFD00", false, false, new List<GameAction>()
{
}),
/*new Minigame("spaceDance", "Space Dance", "B888F8", new List<GameAction>()
{
}),