add skin_config.json

This commit is contained in:
Anthony Samms
2025-11-17 02:31:51 -05:00
parent 4f0f952a6d
commit 5d8124bd45
9 changed files with 42 additions and 35 deletions

View File

@@ -336,9 +336,9 @@ class PracticePlayer(Player):
# Group 2: Judgement and hit effects
if self.gogo_time is not None:
self.gogo_time.draw()
self.gogo_time.draw(self.judge_x, self.judge_y)
for anim in self.draw_judge_list:
anim.draw()
anim.draw(self.judge_x, self.judge_y)
# Group 3: Notes and bars (game content)
if not self.paused: