Misc bugfixes
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user