diff options
| author | tpart <tpart120@proton.me> | 2026-02-28 23:47:53 +0100 |
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2026-02-28 23:47:58 +0100 |
| commit | 9a5936093a9fb99ddb3e6959f72d9c612638f76d (patch) | |
| tree | d2c2f02bb28c271dda6c33b782c449e4ebb29acb /client/gui/overlays/debug/debug.tscn | |
| parent | 5d88f2606e456f7a61019de4cd78cce43be73f40 (diff) | |
| download | hurrycurry-9a5936093a9fb99ddb3e6959f72d9c612638f76d.tar hurrycurry-9a5936093a9fb99ddb3e6959f72d9c612638f76d.tar.bz2 hurrycurry-9a5936093a9fb99ddb3e6959f72d9c612638f76d.tar.zst | |
Upgrade all project files to 4.6
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 |