typo
This commit is contained in:
@@ -163,7 +163,7 @@ def game_loop(clock, screen):
|
|||||||
print("starting game...")
|
print("starting game...")
|
||||||
while running:
|
while running:
|
||||||
|
|
||||||
# update the next frame at 30 fps
|
# update the next frame at 60 fps
|
||||||
ms = clock.tick(60) / 1000.0
|
ms = clock.tick(60) / 1000.0
|
||||||
|
|
||||||
moveSpeed = ms * 3.0
|
moveSpeed = ms * 3.0
|
||||||
|
|||||||
Reference in New Issue
Block a user