This commit is contained in:
Yonokid
2025-07-26 17:17:20 -04:00
parent cfd24fbba7
commit d46b7a1e0f
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
import pyray as ray import pyray as ray
class DevScreen: class DevScreen:
def __init__(self, width: int, height: int): def __init__(self, width: int, height: int):
self.width = width self.width = width

View File

@@ -237,7 +237,7 @@ class GameScreen:
self.result_transition.draw(self.width, self.height, global_data.textures['shutter'][0], global_data.textures['shutter'][1]) self.result_transition.draw(self.width, self.height, global_data.textures['shutter'][0], global_data.textures['shutter'][1])
def draw_3d(self): def draw_3d(self):
self.player_1.draw_3d(self) self.player_1.draw_3d()
class Player: class Player:
TIMING_GOOD = 25.0250015258789 TIMING_GOOD = 25.0250015258789