updated how often targets move
This commit is contained in:
parent
43883a0ee2
commit
3ba98e89a6
1 changed files with 1 additions and 1 deletions
2
game.py
2
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()
|
||||
|
|
Reference in a new issue