mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
minor bug fixes
This commit is contained in:
@@ -217,8 +217,8 @@ class ResultScreen:
|
||||
while x < self.width:
|
||||
tex.draw_texture('background', f'background_{str(global_data.player_num)}p', x=x, y=-360)
|
||||
tex.draw_texture('background', f'background_{str(global_data.player_num)}p', x=x, y=360)
|
||||
tex.draw_texture('background', f'footer_{str(global_data.player_num)}p', x=x, y=-77)
|
||||
tex.draw_texture('background', f'footer_{str(global_data.player_num)}p', x=x, y=653)
|
||||
tex.draw_texture('background', f'footer_{str(global_data.player_num)}p', x=x, y=-72)
|
||||
tex.draw_texture('background', f'footer_{str(global_data.player_num)}p', x=x, y=648)
|
||||
x += 256
|
||||
|
||||
tex.draw_texture('background', 'result_text')
|
||||
@@ -383,8 +383,8 @@ class FadeIn:
|
||||
while x < 1280:
|
||||
tex.draw_texture('background', f'background_{str(global_data.player_num)}p', x=x, y=-360, fade=self.fadein.attribute)
|
||||
tex.draw_texture('background', f'background_{str(global_data.player_num)}p', x=x, y=360, fade=self.fadein.attribute)
|
||||
tex.draw_texture('background', f'footer_{str(global_data.player_num)}p', x=x, y=-77, fade=self.fadein.attribute)
|
||||
tex.draw_texture('background', f'footer_{str(global_data.player_num)}p', x=x, y=653, fade=self.fadein.attribute)
|
||||
tex.draw_texture('background', f'footer_{str(global_data.player_num)}p', x=x, y=-72, fade=self.fadein.attribute)
|
||||
tex.draw_texture('background', f'footer_{str(global_data.player_num)}p', x=x, y=648, fade=self.fadein.attribute)
|
||||
x += 256
|
||||
|
||||
class ScoreAnimator:
|
||||
|
||||
Reference in New Issue
Block a user