This commit is contained in:
Sem van der Hoeven
2020-07-02 12:13:12 +02:00
parent fe31c27154
commit 37904b560b

View File

@@ -163,7 +163,7 @@ def game_loop(clock, screen):
print("starting game...")
while running:
# update the next frame at 30 fps
# update the next frame at 60 fps
ms = clock.tick(60) / 1000.0
moveSpeed = ms * 3.0