diff options
| author | Jan Tuomi <jan.tuomi@valuemotive.com> | 2020-08-01 17:37:30 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@valuemotive.com> | 2020-08-01 17:37:30 +0300 |
| commit | 3bcbdb538b69135907caf9e0ecc224a95c133155 (patch) | |
| tree | b903785c3bcd3293ff41b3a4ceaa8c8a4d2b68df /scripts/GUI.gd | |
| parent | 7456670d9ae8793e2fcab57f4919402f410a0845 (diff) | |
Work on dialogue
Diffstat (limited to 'scripts/GUI.gd')
| -rw-r--r-- | scripts/GUI.gd | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
