aboutsummaryrefslogtreecommitdiff
path: root/client/gui/overlays/debug/debug.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'client/gui/overlays/debug/debug.tscn')
-rw-r--r--client/gui/overlays/debug/debug.tscn43
1 files changed, 43 insertions, 0 deletions
diff --git a/client/gui/overlays/debug/debug.tscn b/client/gui/overlays/debug/debug.tscn
new file mode 100644
index 00000000..c794c161
--- /dev/null
+++ b/client/gui/overlays/debug/debug.tscn
@@ -0,0 +1,43 @@
+[gd_scene load_steps=6 format=3 uid="uid://3lytexnfrub6"]
+
+[ext_resource type="Script" uid="uid://bpmdfuqjtwf5v" path="res://gui/overlays/debug/debug.gd" id="1_62otr"]
+[ext_resource type="Script" uid="uid://byshs20og68tn" path="res://gui/components/smart_margin_container.gd" id="1_c21gy"]
+[ext_resource type="Script" uid="uid://c40pm2fx0t5t8" path="res://gui/overlays/debug/debug_pie.gd" id="3_weeal"]
+[ext_resource type="FontFile" uid="uid://bk704sc5gkrb3" path="res://gui/resources/fonts/font-azaret-mono.woff2" id="4_fa78f"]
+
+[sub_resource type="FontVariation" id="FontVariation_42mmf"]
+base_font = ExtResource("4_fa78f")
+variation_opentype = {
+2003265652: 700
+}
+
+[node name="SmartMarginContainer" type="MarginContainer"]
+anchors_preset = 15
+anchor_right = 1.0
+anchor_bottom = 1.0
+grow_horizontal = 2
+grow_vertical = 2
+mouse_filter = 2
+theme_override_constants/margin_left = 10
+theme_override_constants/margin_top = 10
+theme_override_constants/margin_right = 10
+theme_override_constants/margin_bottom = 10
+script = ExtResource("1_c21gy")
+metadata/_custom_type_script = "uid://byshs20og68tn"
+
+[node name="Debug" type="RichTextLabel" parent="."]
+visible = false
+layout_mode = 2
+mouse_filter = 2
+theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
+theme_override_constants/outline_size = 10
+script = ExtResource("1_62otr")
+
+[node name="DebugPie" type="Control" parent="."]
+visible = false
+layout_mode = 2
+size_flags_horizontal = 8
+size_flags_vertical = 8
+mouse_filter = 2
+script = ExtResource("3_weeal")
+font = SubResource("FontVariation_42mmf")