Fan Club: idol setup part 1

This commit is contained in:
minenice55
2022-03-13 18:23:38 -04:00
parent ee8e9fc059
commit 2ae8919657
34 changed files with 14246 additions and 256 deletions

View File

@ -419,6 +419,8 @@ namespace RhythmHeavenMania
}),
new Minigame("fanClub", "Fan Club \n<color=#eb5454>[WIP don't use]</color>", "FDFD00", false, false, new List<GameAction>()
{
new GameAction("bop", delegate { FanClub.instance.Bop(eventCaller.currentEntity.beat, eventCaller.currentEntity.length); }, 0.5f, true),
new GameAction("hais", delegate { FanClub.instance.CallHai(eventCaller.currentEntity.beat); }, 8, false),
}),
/*new Minigame("spaceDance", "Space Dance", "B888F8", new List<GameAction>()
{