Added test for Dialogic Choices

This commit is contained in:
cblech
2025-01-20 16:47:07 +01:00
parent cbcbcbbcee
commit 8375598ecd
5 changed files with 41 additions and 18 deletions
+3
View File
@@ -27,4 +27,7 @@ func _process(delta: float) -> void:
TranslationServer.set_locale("de")
else:
TranslationServer.set_locale("en")
if Input.is_action_just_pressed("ui_right"):
print(Dialogic.VAR.TestVariable)
pass