1
Fork 0

updated how often targets move

This commit is contained in:
Jake Howard 2015-05-12 22:49:33 +01:00
parent 43883a0ee2
commit 3ba98e89a6
1 changed files with 1 additions and 1 deletions

View File

@ -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()