Added Dialogic and a test dialog

This commit is contained in:
cblech
2024-10-28 12:06:03 +01:00
parent ea20332b4f
commit d231bb0773
683 changed files with 46264 additions and 1 deletions
+2
View File
@@ -17,4 +17,6 @@ func _process(delta: float) -> void:
position.y -= speed * delta
if(Input.is_action_pressed("move_down")):
position.y += speed * delta
if(Input.is_action_just_pressed("ui_up")):
Dialogic.start("test_time_line")
pass