Started working on a simple dialog system

This commit is contained in:
2026-03-15 07:11:42 +11:00
parent 84cb13e717
commit 336dd59dbb
6 changed files with 39 additions and 3 deletions

View File

@@ -18,4 +18,4 @@ func _process(_delta: float) -> void:
godmode = !godmode
if Input.is_action_just_pressed("controller_dialog"):
get_node("../DialogController").set_dialog(LOREM_IPSUM[ randi() % LOREM_IPSUM.size()])
%DialogController.set_dialog(LOREM_IPSUM[ randi() % LOREM_IPSUM.size()])