Enable progression
This commit is contained in:
parent
a26da07f43
commit
28f8f493ea
Binary file not shown.
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user