removed dead code

This commit is contained in:
steev 2023-12-07 22:45:25 +01:00
parent 8d7a67a454
commit 81c7c552f9

View File

@ -10,9 +10,7 @@ class App:
__window:Window __window:Window
__running:bool = True __running:bool = True
# __player = pygame.Rect((300,250, 50,50))
__FPS = 60 __FPS = 60
__speed = 5
__clock = pygame.time.Clock() __clock = pygame.time.Clock()
def __init__(self, width:int=1280, height:int=720, title:str="default title"): def __init__(self, width:int=1280, height:int=720, title:str="default title"):