From 3bcbdb538b69135907caf9e0ecc224a95c133155 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sat, 1 Aug 2020 17:37:30 +0300 Subject: Work on dialogue --- scripts/GUI.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/GUI.gd') diff --git a/scripts/GUI.gd b/scripts/GUI.gd index 90a84bb..a4ec573 100644 --- a/scripts/GUI.gd +++ b/scripts/GUI.gd @@ -1,7 +1,7 @@ extends MarginContainer class_name GUI export (bool) var show_debug = true -onready var debug_label = $VBoxContainer/DebugLabel +onready var debug_label = $TopRow/DebugLabel # Declare member variables here. Examples: # var a = 2 -- cgit v1.3