2014-02-22 23:28:19 +00:00
|
|
|
|
|
|
|
extends Node2D
|
|
|
|
|
|
|
|
|
2015-11-21 15:13:43 +00:00
|
|
|
func _on_princess_body_enter(body):
|
|
|
|
# The name of this editor-generated callback is unfortunate
|
|
|
|
if (body.get_name() == "player"):
|
2015-04-19 23:50:55 +00:00
|
|
|
get_node("youwin").show()
|