colworld.gd 164 B

12345678
  1. extends Node2D
  2. func _on_princess_body_enter(body):
  3. # The name of this editor-generated callback is unfortunate
  4. if body.get_name() == "player":
  5. $youwin.show()