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