Cleanup
This commit is contained in:
@ -16,7 +16,7 @@ func _ready():
|
||||
set_physics_process(false)
|
||||
end()
|
||||
|
||||
func _physics_process(_delta):
|
||||
func _physics_process(_delta: float):
|
||||
if movement.direction:
|
||||
direction = movement.direction
|
||||
|
||||
|
Reference in New Issue
Block a user