More work on dialogue, portraits, customizer and intro

This commit is contained in:
2025-09-18 09:14:54 -04:00
parent 82c630d668
commit 023e88b84e
80 changed files with 2117 additions and 141 deletions

View File

@@ -24,4 +24,4 @@ func appear(show_time : float):
func _on_timer_timeout() -> void:
var tween = create_tween()
tween.tween_property(self, "modulate", Color(1,1,1,0), .5)
tween.tween_callback(queue_free)
#tween.tween_callback(queue_free)