ADD player state tracking

This commit is contained in:
2025-04-26 20:05:26 +02:00
parent 43c23d8e60
commit e6e1985a4f
8 changed files with 66 additions and 13 deletions

View File

@@ -69,7 +69,7 @@ def main():
current_state.draw()
pygame.display.flip()
clock.tick(60)
clock.tick(144)
pygame.quit()