eeeh? easy mode? only kids play in easy mode!!

This commit is contained in:
pennyrigate 2023-04-20 04:06:29 -04:00
parent 273ede7e9d
commit 22656e9efa
18 changed files with 126 additions and 86 deletions

View file

@ -21,6 +21,9 @@ func _ready():
return
left_up_boundary *= 8
right_down_boundary *= 8
#Easy mode
if Game.is_easy_mode == true:
speed = speed * Game.easy_mode_speed_factor
func _physics_process(delta):
if Engine.editor_hint: