fix: remove the whitespaces and clean up;

This commit is contained in:
2026-09-20 16:51:17 +02:00
parent 5d484134e7
commit 77214d4723
6 changed files with 2 additions and 13 deletions
-1
View File
@@ -10,7 +10,6 @@ func _on_body_entered(body: Node2D) -> void:
$AnimatedSprite2D.play("pressed")
pressed.emit()
func _on_body_exited(body: Node2D) -> void:
if is_single_use:
return