Workers, lighting, and loading
This commit is contained in:
@ -2,6 +2,7 @@ extends "res://Scripts/Component/Interactable.gd"
|
||||
|
||||
func _ready():
|
||||
connect("interacted", self, "_on_interact")
|
||||
$Speaker.speaker = "fast_talker"
|
||||
$Speaker.speaker_name = "Dr.Thadd"
|
||||
#$Speaker.start_dialog("intro_science")
|
||||
|
||||
|
Reference in New Issue
Block a user