Use underscore for unused var

This commit is contained in:
Jennie Robinson Faber 2025-08-24 14:05:15 +01:00
parent c6938175e0
commit 309b315421

View file

@ -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()