Rhythm Rally: Darkened table shadow. Crop Stomp: Commented out unneeded debug call. General: Moved model stuff to new "Models" folder.

This commit is contained in:
Jenny Crowe
2022-03-11 03:52:11 -07:00
parent 4cf20aab16
commit 344a5b37d6
123 changed files with 27 additions and 64 deletions

View File

@ -157,7 +157,7 @@ namespace RhythmHeavenMania.Games.CropStomp
if (!isMarching)
return;
Debug.Log(newBeat);
// Debug.Log(newBeat);
if (cond.ReportBeat(ref newBeat, marchOffset, true))
{