Fan Club: tone down WIP marker

This commit is contained in:
minenice55 2022-03-16 17:47:11 -04:00
parent 4f3604e794
commit 33d49103a0

View file

@ -417,7 +417,7 @@ namespace HeavenStudio
new Minigame("fireworks", "Fireworks \n<color=#eb5454>[WIP don't use]</color>", "000000", false, false, new List<GameAction>()
{
}),
new Minigame("fanClub", "Fan Club \n<color=#eb5454>[WIP don't use]</color>", "FDFD00", false, false, new List<GameAction>()
new Minigame("fanClub", "Fan Club \n<color=#eb5454>[WIP]</color>", "FDFD00", false, false, new List<GameAction>()
{
// TODO: proper names
new GameAction("bop", delegate { FanClub.instance.Bop(eventCaller.currentEntity.beat, eventCaller.currentEntity.length); }, 0.5f, true),