From b3419e273ac0b276818120da865a4da30e427fc0 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); } }