diff options
| author | Jan Tuomi <jan.tuomi@valuemotive.com> | 2020-08-01 16:49:06 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@valuemotive.com> | 2020-08-01 16:49:06 +0300 |
| commit | fd406c55d05f172589b4cf14377d7cc568e5d2b7 (patch) | |
| tree | e3756bfecf8f611945fc1d26377e7e112934e44d /scenes | |
| parent | 9dfb7f8037be735d5e5f88fb47ae07d98dc39274 (diff) | |
Allow disabling debug
Diffstat (limited to 'scenes')
| -rw-r--r-- | scenes/GUI.tscn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scenes/GUI.tscn b/scenes/GUI.tscn index 8a328c8..6434d81 100644 --- a/scenes/GUI.tscn +++ b/scenes/GUI.tscn @@ -17,6 +17,6 @@ __meta__ = { margin_right = 984.0 margin_bottom = 14.0 -[node name="Label" type="Label" parent="VBoxContainer"] +[node name="DebugLabel" type="Label" parent="VBoxContainer"] margin_right = 984.0 margin_bottom = 14.0 |
