Pygame setup and fps label
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
class Config:
|
||||
FPS=60
|
||||
WINDOW_SIZE=(800,600)
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
class Config:
|
||||
FPS=60
|
||||
WINDOW_SIZE=(800,600)
|
||||