aboutsummaryrefslogtreecommitdiff
path: root/client/gui/overlays/debug.tscn
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-09-21 20:19:24 +0200
committermetamuffin <metamuffin@disroot.org>2025-09-21 20:19:27 +0200
commita8dc30e49bdc1cb1befcebdcb247638ddec553ba (patch)
tree82be1aa97a9af286116d4b517f2c7a0517e68097 /client/gui/overlays/debug.tscn
parent37cfee01938dd5a0b554e220253d5f844bbdf590 (diff)
downloadhurrycurry-a8dc30e49bdc1cb1befcebdcb247638ddec553ba.tar
hurrycurry-a8dc30e49bdc1cb1befcebdcb247638ddec553ba.tar.bz2
hurrycurry-a8dc30e49bdc1cb1befcebdcb247638ddec553ba.tar.zst
Refactor debug overlay, add keybind
Diffstat (limited to 'client/gui/overlays/debug.tscn')
-rw-r--r--client/gui/overlays/debug.tscn13
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")