mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-10 03:35:10 +00:00
Fan Club: tone down WIP marker
This commit is contained in:
parent
4df6dcacd6
commit
a3f9f54e2f
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue