diff options
Diffstat (limited to 'client/gui/overlays/debug.tscn')
-rw-r--r-- | client/gui/overlays/debug.tscn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/client/gui/overlays/debug.tscn b/client/gui/overlays/debug.tscn new file mode 100644 index 00000000..3de36e94 --- /dev/null +++ b/client/gui/overlays/debug.tscn @@ -0,0 +1,13 @@ +[gd_scene load_steps=2 format=3 uid="uid://3lytexnfrub6"] + +[ext_resource type="Script" uid="uid://bpmdfuqjtwf5v" path="res://gui/overlays/debug.gd" id="1_62otr"] + +[node name="Debug" type="RichTextLabel"] +visible = false +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 +mouse_filter = 2 +script = ExtResource("1_62otr") |