From fdcbd5cdd81d9d07f02d0238a45c17063a3ecd4d Mon Sep 17 00:00:00 2001 From: Yonokid <37304577+Yonokid@users.noreply.github.com> Date: Wed, 27 Aug 2025 20:55:17 -0400 Subject: [PATCH] animation hotfix --- scenes/song_select.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenes/song_select.py b/scenes/song_select.py index 9db1543..90fc580 100644 --- a/scenes/song_select.py +++ b/scenes/song_select.py @@ -698,7 +698,7 @@ class SongBox: tex.draw_texture('box', 'folder_texture_left', frame=self.texture_index, x=x - self.open_anim.attribute) offset = 1 if self.texture_index == 3 or self.texture_index >= 9 and self.texture_index not in {10,11,12} else 0 - tex.draw_texture('box', 'folder_texture', frame=self.texture_index, x=x - self.open_anim.attribute, y=offset, x2=324) + tex.draw_texture('box', 'folder_texture', frame=self.texture_index, x=x - self.open_anim.attribute, y=offset, x2=(self.open_anim.attribute*2)+32) tex.draw_texture('box', 'folder_texture_right', frame=self.texture_index, x=x + self.open_anim.attribute) if self.texture_index == 9: