1 2 3 4 5 6
extends Area2D func _on_Flag_body_entered(body): body.check_flag() get_parent().end_level()