From a93014f4c3373ecd7ca20c17db921b19c5072191 Mon Sep 17 00:00:00 2001 From: Jenny Crowe Date: Mon, 21 Feb 2022 16:50:31 -0700 Subject: [PATCH] Test commit --- Assets/Scripts/Games/DJSchool/DJSchool.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/Scripts/Games/DJSchool/DJSchool.cs b/Assets/Scripts/Games/DJSchool/DJSchool.cs index 3711e3c9..4e538eb4 100644 --- a/Assets/Scripts/Games/DJSchool/DJSchool.cs +++ b/Assets/Scripts/Games/DJSchool/DJSchool.cs @@ -71,6 +71,7 @@ namespace RhythmHeavenMania.Games.DJSchool else { // there is no sprite for the alternate idle bop, oh well + // test message djYellowAnim.Play("IdleBop", 0, 0); } }