on and off time is slower on easy
This commit is contained in:
parent
53c9abdf33
commit
de3a2e3252
3 changed files with 41 additions and 6 deletions
|
@ -17,6 +17,7 @@ func _ready():
|
|||
#Easy mode
|
||||
if Game.is_easy_mode:
|
||||
off_time /= Game.easy_mode_speed_factor
|
||||
on_time /= Game.easy_mode_speed_factor
|
||||
|
||||
func _physics_process(delta):
|
||||
time += delta
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue