diff options
Diffstat (limited to 'client/gui/overlays/debug/debug.tscn')
| -rw-r--r-- | client/gui/overlays/debug/debug.tscn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/client/gui/overlays/debug/debug.tscn b/client/gui/overlays/debug/debug.tscn index 3194dc50..0013f4ad 100644 --- a/client/gui/overlays/debug/debug.tscn +++ b/client/gui/overlays/debug/debug.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=6 format=3 uid="uid://3lytexnfrub6"] +[gd_scene 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"] @@ -11,7 +11,7 @@ variation_opentype = { 2003265652: 700 } -[node name="SmartMarginContainer" type="MarginContainer"] +[node name="SmartMarginContainer" type="MarginContainer" unique_id=207473556] z_index = 99 anchors_preset = 15 anchor_right = 1.0 @@ -26,7 +26,7 @@ theme_override_constants/margin_bottom = 10 script = ExtResource("1_c21gy") metadata/_custom_type_script = "uid://byshs20og68tn" -[node name="Debug" type="RichTextLabel" parent="."] +[node name="Debug" type="RichTextLabel" parent="." unique_id=599133286] visible = false layout_mode = 2 mouse_filter = 2 @@ -34,7 +34,7 @@ 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="."] +[node name="DebugPie" type="Control" parent="." unique_id=1967345075] visible = false layout_mode = 2 size_flags_horizontal = 8 |