princess.gd 93 B

12345
  1. extends Node
  2. func _on_body_entered(body):
  3. if body.name == "Player":
  4. $"../WinText".show()