2014-02-22 20:28:19 -03: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-19 20:50:55 -03:00
|
|
|
get_node("youwin").show()
|