Added a coin for player to pick up and a countdown timer
@@ -0,0 +1,10 @@
extends Area2D
func _ready() -> void:
pass # Replace with function body.
func _on_Node2D_body_entered(body: Node) -> void:
if body.get_name() == "Player":
queue_free() # Replace with function body.
The note is not visible to the blocked user.