- removed unused function param
This commit is contained in:
parent
932930b6b7
commit
d7e76cff6f
@ -29,11 +29,11 @@ func _ready():
|
||||
|
||||
|
||||
func _physics_process(delta):
|
||||
process_input(delta)
|
||||
process_input()
|
||||
process_movement(delta)
|
||||
|
||||
|
||||
func process_input(delta):
|
||||
func process_input():
|
||||
# Walking
|
||||
var input_movement_vector = Vector2()
|
||||
if Input.is_action_pressed("move_fwrd"):
|
||||
|
Loading…
x
Reference in New Issue
Block a user