Misc bugfixes
This commit is contained in:
parent
497f251376
commit
afde971c17
@ -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")
|
||||
|
@ -23,6 +23,11 @@ config/icon="res://icon.png"
|
||||
|
||||
MusicManager="*res://Scripts/Singletons/MusicManager.gd"
|
||||
|
||||
[display]
|
||||
|
||||
window/stretch/mode="2d"
|
||||
window/stretch/aspect="keep_width"
|
||||
|
||||
[editor_plugins]
|
||||
|
||||
enabled=PoolStringArray( "EXP-System-Dialog" )
|
||||
|
Loading…
Reference in New Issue
Block a user