a bit of restructuring, renaming, and c sharp setup

This commit is contained in:
2025-03-24 21:55:34 +01:00
parent e0b5a26ee6
commit 4f312209b3
461 changed files with 1397 additions and 349 deletions
+5
View File
@@ -0,0 +1,5 @@
extends Node
class_name DialogicStarter
func open(timeline: String):
Dialogic.start(timeline)