From 74e1ea2e91c06dd40280d6a4f3fd2947856aaabe Mon Sep 17 00:00:00 2001 From: Jenny Crowe Date: Thu, 24 Feb 2022 21:33:51 -0700 Subject: [PATCH] Eh it's playable enough --- Assets/Scripts/Minigames.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Minigames.cs b/Assets/Scripts/Minigames.cs index e719f22f..c6fe4bf1 100644 --- a/Assets/Scripts/Minigames.cs +++ b/Assets/Scripts/Minigames.cs @@ -185,7 +185,7 @@ namespace RhythmHeavenMania new Param("swing", new EntityTypes.Float(0, 1), "Swing") }), }), - new Minigame("djSchool", "DJ School \n[Non-Playable]", "008c97", false, false, new List() + new Minigame("djSchool", "DJ School", "008c97", false, false, new List() { new GameAction("bop", delegate { DJSchool.instance.Bop(eventCaller.currentEntity.beat, eventCaller.currentEntity.length); }, 0.5f, true), new GameAction("and stop ooh", delegate { DJSchool.instance.AndStop(eventCaller.currentEntity.beat); }, 2.5f),