fix: remove the whitespaces and clean up;
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user