add more host apis

This commit is contained in:
Anthony Samms
2025-09-21 03:11:47 -04:00
parent b14505db32
commit 0a45792fb7
3 changed files with 36 additions and 15 deletions

View File

@@ -785,10 +785,10 @@ class Player:
tex.draw_texture('lane', 'lane_hit_circle')
# Group 2: Judgement and hit effects
for anim in self.draw_judge_list:
anim.draw()
if self.gogo_time is not None:
self.gogo_time.draw()
for anim in self.draw_judge_list:
anim.draw()
# Group 3: Notes and bars (game content)
self.draw_bars(current_ms)