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
|
@ -19,6 +19,9 @@ func _ready():
|
|||
if is_on_surface(DIRS[i]):
|
||||
floor_direction = i
|
||||
break
|
||||
#Easy mode
|
||||
if Game.is_easy_mode:
|
||||
move_speed *= Game.easy_mode_speed_factor
|
||||
|
||||
func _physics_process(delta):
|
||||
var offset = 1 if clockwise else -1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue