diff options
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 |
