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
|
@ -18,6 +18,8 @@ func _ready():
|
|||
#Move in direction selected
|
||||
if move_direction == 0:
|
||||
direction = Vector2(1,-1)
|
||||
#Speed
|
||||
speed *= Game.easy_mode_speed_factor
|
||||
|
||||
func _physics_process(delta):
|
||||
#Move
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue