Quick and dirty fix, do not merge

This commit is contained in:
jonathan
2025-08-19 14:10:34 +02:00
parent f6e0c4e615
commit 57d19a8ad2
4 changed files with 23 additions and 6 deletions
@@ -5,3 +5,7 @@ class_name DialogicStartSpecific
func open():
Dialogic.start(timeline)
func _process(delta: float) -> void:
TalkingCharacter.SetTalking(Dialogic.current_timeline!=null)