Reduce game speed.

This commit is contained in:
paulusja 2026-04-23 18:26:52 +02:00
parent a34198e290
commit d5637d989e

View File

@ -38,7 +38,7 @@ if __name__ == '__main__':
game_objs = create_game_objects(window)
clock = pygame.time.Clock()
framerate = 25
framerate = 15
last_input = None