removed dead code
This commit is contained in:
parent
8d7a67a454
commit
81c7c552f9
@ -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"):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user