Intial commit

This commit is contained in:
2020-05-15 20:02:56 -04:00
commit ad966789c5
284 changed files with 6546 additions and 0 deletions

View File

@ -0,0 +1,7 @@
extends "res://Scripts/Component/StorySpeaker.gd"
func _ready():
start_dialog("intro_science")
func _on_interact():
start_dialog("intro_science_followup")