Added test for Dialogic Choices
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user