diff --git a/game.py b/game.py index b525a2e..75749b2 100644 --- a/game.py +++ b/game.py @@ -57,7 +57,7 @@ def play(window, options): FPS = player.options["Difficulty"] timeouts = { - "Target Movement":[FPS*0.5,FPS*0.5], + "Target Movement":[FPS*0.75,FPS*0.75], "Powerup":[FPS*100, FPS*100] } init_sounds()