Enable progression

This commit is contained in:
Layla 2020-05-16 17:07:13 -04:00
parent a26da07f43
commit 28f8f493ea
No known key found for this signature in database
GPG Key ID: A494D9357BA1BE31
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -4,7 +4,7 @@ func _ready():
connect("interacted", self, "_on_interact")
$Speaker.speaker = "fast_talker"
$Speaker.speaker_name = "Dr.Thadd"
#$Speaker.start_dialog("intro_science")
$Speaker.start_dialog("intro_science")
func _on_interact():
$Speaker.start_dialog("intro_science_followup")