Update game.py

This commit is contained in:
Anthony Samms
2025-12-01 22:45:10 -05:00
parent 6be65285bd
commit b0ff0564f0

View File

@@ -766,7 +766,7 @@ class Player:
note = self.current_notes_draw[0]
if note.type in {NoteType.ROLL_HEAD, NoteType.ROLL_HEAD_L, NoteType.BALLOON_HEAD, NoteType.KUSUDAMA} and len(self.current_notes_draw) > 1:
note = self.current_notes_draw[1]
if current_ms > note.hit_ms + 200:
if current_ms > note.hit_ms + 2000:
if note.type == NoteType.TAIL:
self.current_notes_draw.pop(0)
self.current_notes_draw.pop(0)