DJ School: Additional gameplay implementation and tuning.

This commit is contained in:
Jenny Crowe
2022-02-20 10:28:56 -07:00
parent 24bd18f6f9
commit 1a980347f6
6 changed files with 218 additions and 50 deletions

View File

@ -124,8 +124,8 @@ namespace RhythmHeavenMania
}
}
// LateUpdate works a bit better but causes a bit of bugs, so remind me to fix those eventually
private void LateUpdate()
// LateUpdate works a bit better(?) but causes some bugs (like issues with bop animations).
private void Update()
{
if (Beatmap.entities.Count < 1)
return;