Sound FX, major work on set schedule, and some new concepts for items and portraits

This commit is contained in:
2025-09-11 08:10:07 -04:00
parent ef9e5c2664
commit d64859cf35
106 changed files with 2226 additions and 221 deletions

6
scripts/game_start.gd Normal file
View File

@@ -0,0 +1,6 @@
extends Control
@onready var timeline : DialogicTimeline = preload("res://dialogic/timelines/game_start.dtl")
func _ready() -> void:
Dialogic.start(timeline)