diff --git a/Game_Client/Classes/System/App.py b/Game_Client/Classes/System/App.py index d0a0d14..8b02fb6 100644 --- a/Game_Client/Classes/System/App.py +++ b/Game_Client/Classes/System/App.py @@ -10,9 +10,7 @@ class App: __window:Window __running:bool = True - # __player = pygame.Rect((300,250, 50,50)) __FPS = 60 - __speed = 5 __clock = pygame.time.Clock() def __init__(self, width:int=1280, height:int=720, title:str="default title"):