Misc bugfixes

This commit is contained in:
2020-05-16 11:31:16 -04:00
parent 497f251376
commit afde971c17
2 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,7 @@ extends "res://Scripts/Component/Interactable.gd"
func _ready():
connect("interacted", self, "_on_interact")
$Speaker.speaker_name = "Dr.Thadd"
#$Speaker.start_dialog("intro_science")
$Speaker.start_dialog("intro_science")
func _on_interact():
$Speaker.start_dialog("intro_science_followup")