@@ -0,0 +1,8 @@
extends Area2D
signal player_entered
func _on_body_entered(body: Node2D) -> void:
if body.name == "player":
print("You win!")
player_entered.emit(body)
The note is not visible to the blocked user.