Use underscore for unused var
This commit is contained in:
parent
c6938175e0
commit
309b315421
1 changed files with 1 additions and 2 deletions
|
|
@ -13,6 +13,5 @@ func _input(event: InputEvent) -> void:
|
|||
event.is_action_released('down-%d' % player_id):
|
||||
velocity = Vector2.ZERO
|
||||
|
||||
func _physics_process(delta: float) -> void:
|
||||
|
||||
func _physics_process(_delta: float) -> void:
|
||||
move_and_slide()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue