forked from team-sg/hero-mark-2
eeeh? easy mode? only kids play in easy mode!!
This commit is contained in:
parent
273ede7e9d
commit
22656e9efa
18 changed files with 126 additions and 86 deletions
|
@ -14,6 +14,9 @@ func _ready():
|
|||
if !active:
|
||||
particles.emitting = false
|
||||
collision_shape.disabled = true
|
||||
#Easy mode
|
||||
if Game.is_easy_mode:
|
||||
off_time /= Game.easy_mode_speed_factor
|
||||
|
||||
func _physics_process(delta):
|
||||
time += delta
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue