Aura dialog

This commit is contained in:
2020-05-17 11:02:12 -04:00
parent 65e4fc6a48
commit 23a13f349b
5 changed files with 277 additions and 3 deletions

View File

@ -7,6 +7,7 @@ func _ready():
$Speaker.speaker_name = "Aura"
connect("body_entered", self, "_on_body_enter")
connect("body_exited", self, "_on_body_exit")
#$Speaker.connect("dialog_exited", self, "_next")
func _on_body_enter(body):
if body.has_method("add_interactable"):