mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
add more host apis
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user