diff --git a/scenes/devtest.py b/scenes/devtest.py index bcfe99f..0c1c212 100644 --- a/scenes/devtest.py +++ b/scenes/devtest.py @@ -1,5 +1,6 @@ import pyray as ray + class DevScreen: def __init__(self, width: int, height: int): self.width = width diff --git a/scenes/game.py b/scenes/game.py index 09d027a..79c4051 100644 --- a/scenes/game.py +++ b/scenes/game.py @@ -237,7 +237,7 @@ class GameScreen: self.result_transition.draw(self.width, self.height, global_data.textures['shutter'][0], global_data.textures['shutter'][1]) def draw_3d(self): - self.player_1.draw_3d(self) + self.player_1.draw_3d() class Player: TIMING_GOOD = 25.0250015258789