Pygame setup and fps label

This commit is contained in:
2026-05-11 23:36:37 +02:00
parent 9ba19fa40b
commit cc0a92060b
7 changed files with 120 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
class Config:
FPS=60
WINDOW_SIZE=(800,600)