From 81c7c552f95a630df94571093f1808c371d0f119 Mon Sep 17 00:00:00 2001 From: steev Date: Thu, 7 Dec 2023 22:45:25 +0100 Subject: [PATCH] removed dead code --- Game_Client/Classes/System/App.py | 2 -- 1 file changed, 2 deletions(-) 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"):