Misc bugfixes

This commit is contained in:
Layla 2020-05-16 11:31:16 -04:00
parent 497f251376
commit afde971c17
No known key found for this signature in database
GPG Key ID: A494D9357BA1BE31
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")

View File

@ -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" )