From 44ac28dc965a4212bfe2349bc9c1fb8ac2d2972b Mon Sep 17 00:00:00 2001 From: Jenny Crowe Date: Mon, 21 Feb 2022 19:37:46 -0700 Subject: [PATCH] Test commit 2: The testening --- Assets/Scripts/Games/DJSchool/DJSchool.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Assets/Scripts/Games/DJSchool/DJSchool.cs b/Assets/Scripts/Games/DJSchool/DJSchool.cs index 4e538eb4..0f99c631 100644 --- a/Assets/Scripts/Games/DJSchool/DJSchool.cs +++ b/Assets/Scripts/Games/DJSchool/DJSchool.cs @@ -70,8 +70,7 @@ namespace RhythmHeavenMania.Games.DJSchool } else { - // there is no sprite for the alternate idle bop, oh well - // test message + // todo: split between left and right bop based on beat djYellowAnim.Play("IdleBop", 0, 0); } }