mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
bug fixes related to gauge
This commit is contained in:
@@ -156,7 +156,7 @@ def calculate_base_score(play_note_list: deque[Note | Drumroll | Balloon]) -> in
|
||||
drumroll_sec += (next_note.hit_ms - note.hit_ms) / 1000
|
||||
elif isinstance(note, Balloon):
|
||||
balloon_num += 1
|
||||
balloon_count += note.count
|
||||
balloon_count += min(100, note.count)
|
||||
else:
|
||||
total_notes += 1
|
||||
if total_notes == 0:
|
||||
|
||||
Reference in New Issue
Block a user