aboutsummaryrefslogtreecommitdiff
path: root/client/gui
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2026-02-28 23:47:53 +0100
committertpart <tpart120@proton.me>2026-02-28 23:47:58 +0100
commit9a5936093a9fb99ddb3e6959f72d9c612638f76d (patch)
treed2c2f02bb28c271dda6c33b782c449e4ebb29acb /client/gui
parent5d88f2606e456f7a61019de4cd78cce43be73f40 (diff)
downloadhurrycurry-9a5936093a9fb99ddb3e6959f72d9c612638f76d.tar
hurrycurry-9a5936093a9fb99ddb3e6959f72d9c612638f76d.tar.bz2
hurrycurry-9a5936093a9fb99ddb3e6959f72d9c612638f76d.tar.zst
Upgrade all project files to 4.6
Diffstat (limited to 'client/gui')
-rw-r--r--client/gui/components/message/chat_message.tscn12
-rw-r--r--client/gui/components/message/item/item_message.tscn14
-rw-r--r--client/gui/components/message/item/item_render.tscn10
-rw-r--r--client/gui/components/message/renderer.tscn18
-rw-r--r--client/gui/menus/book/book.tscn26
-rw-r--r--client/gui/menus/character.tscn68
-rw-r--r--client/gui/menus/chat.tscn16
-rw-r--r--client/gui/menus/error.tscn26
-rw-r--r--client/gui/menus/ingame.tscn36
-rw-r--r--client/gui/menus/main/about.tscn30
-rw-r--r--client/gui/menus/main/background.tscn14
-rw-r--r--client/gui/menus/main/main.tscn28
-rw-r--r--client/gui/menus/main/play.tscn50
-rw-r--r--client/gui/menus/main/server_list_item.tscn18
-rw-r--r--client/gui/menus/popup.tscn18
-rw-r--r--client/gui/menus/popup_large.tscn18
-rw-r--r--client/gui/menus/rating/rating.tscn44
-rw-r--r--client/gui/menus/scoreboard.tscn28
-rw-r--r--client/gui/menus/screen_info.tscn12
-rw-r--r--client/gui/menus/settings/input/input_value_node.tscn8
-rw-r--r--client/gui/menus/settings/settings.tscn16
-rw-r--r--client/gui/menus/settings/settings_row.tscn12
-rw-r--r--client/gui/menus/setup/hairstyle_preview.tscn22
-rw-r--r--client/gui/menus/setup/setup.tscn112
-rw-r--r--client/gui/menus/transition/scene_transition.tscn22
-rw-r--r--client/gui/overlays/announce_title.tscn20
-rw-r--r--client/gui/overlays/chat.tscn12
-rw-r--r--client/gui/overlays/controls_visualization/controller/controller_explanation.tscn34
-rw-r--r--client/gui/overlays/controls_visualization/explanation.tscn22
-rw-r--r--client/gui/overlays/controls_visualization/keyboard/keyboard_button.tscn4
-rw-r--r--client/gui/overlays/controls_visualization/keyboard/keyboard_explanation.tscn66
-rw-r--r--client/gui/overlays/debug/debug.tscn8
-rw-r--r--client/gui/overlays/debug/pie.tscn2
-rw-r--r--client/gui/overlays/lobby/lobby.tscn52
-rw-r--r--client/gui/overlays/lobby/player.tscn12
-rw-r--r--client/gui/overlays/overlays.tscn18
-rw-r--r--client/gui/overlays/pinned_messages.tscn6
-rw-r--r--client/gui/overlays/popup_message/font_variation.tres2
-rw-r--r--client/gui/overlays/popup_message/server_message.tscn8
-rw-r--r--client/gui/overlays/score.tscn56
-rw-r--r--client/gui/resources/fonts/sansita-swashed-bold.tres2
-rw-r--r--client/gui/resources/materials/blur_material.tres2
-rw-r--r--client/gui/resources/materials/dark_blur_material.tres2
-rw-r--r--client/gui/resources/materials/grayscale_material.tres2
-rw-r--r--client/gui/resources/materials/printed_material.tres2
-rw-r--r--client/gui/resources/style/paper_panel_style.tres2
-rw-r--r--client/gui/resources/theme/paper.tres2
47 files changed, 502 insertions, 512 deletions
diff --git a/client/gui/components/message/chat_message.tscn b/client/gui/components/message/chat_message.tscn
index 1478c738..83e47a50 100644
--- a/client/gui/components/message/chat_message.tscn
+++ b/client/gui/components/message/chat_message.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=4 format=3 uid="uid://bpc2qgsvcafhe"]
+[gd_scene format=3 uid="uid://bpc2qgsvcafhe"]
[ext_resource type="Script" uid="uid://6rprqelfdp3" path="res://gui/components/message/chat_message.gd" id="1_ey0qp"]
[ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://gui/resources/theme/theme.tres" id="1_rx6vg"]
@@ -6,28 +6,28 @@
[sub_resource type="FontVariation" id="FontVariation_jfhbh"]
variation_embolden = 1.3
-[node name="ChatMessage" type="VBoxContainer"]
+[node name="ChatMessage" type="VBoxContainer" unique_id=1631647881]
offset_right = 72.0
offset_bottom = 192.0
theme = ExtResource("1_rx6vg")
script = ExtResource("1_ey0qp")
-[node name="Sender" type="Label" parent="."]
+[node name="Sender" type="Label" parent="." unique_id=1014991872]
layout_mode = 2
theme_override_fonts/font = SubResource("FontVariation_jfhbh")
text = "<Name>"
-[node name="FadeAway" type="Timer" parent="."]
+[node name="FadeAway" type="Timer" parent="." unique_id=2014646]
one_shot = true
-[node name="MarginContainer" type="MarginContainer" parent="."]
+[node name="MarginContainer" type="MarginContainer" parent="." unique_id=813671083]
layout_mode = 2
theme_override_constants/margin_left = 10
theme_override_constants/margin_top = 0
theme_override_constants/margin_right = 0
theme_override_constants/margin_bottom = 5
-[node name="Message" type="Label" parent="MarginContainer"]
+[node name="Message" type="Label" parent="MarginContainer" unique_id=1374308464]
layout_mode = 2
size_flags_horizontal = 3
text = "Message"
diff --git a/client/gui/components/message/item/item_message.tscn b/client/gui/components/message/item/item_message.tscn
index 59e0ebf9..1a858d31 100644
--- a/client/gui/components/message/item/item_message.tscn
+++ b/client/gui/components/message/item/item_message.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=6 format=3 uid="uid://fkqh36s4vl3p"]
+[gd_scene format=3 uid="uid://fkqh36s4vl3p"]
[ext_resource type="Script" uid="uid://boheclidwdafn" path="res://gui/components/message/item/item_message.gd" id="1_76lg0"]
[ext_resource type="PackedScene" uid="uid://cem5xcld6vn51" path="res://gui/components/message/item/item_render.tscn" id="1_sju7l"]
@@ -12,7 +12,7 @@ corner_radius_top_right = 30
corner_radius_bottom_right = 30
corner_radius_bottom_left = 30
-[node name="ItemMessage" type="PanelContainer"]
+[node name="ItemMessage" type="PanelContainer" unique_id=1861821904]
auto_translate_mode = 2
clip_children = 2
offset_right = 256.0
@@ -21,24 +21,24 @@ size_flags_vertical = 0
theme_override_styles/panel = SubResource("StyleBoxFlat_dpele")
script = ExtResource("1_76lg0")
-[node name="VBoxContainer" type="VBoxContainer" parent="."]
+[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=28071380]
layout_mode = 2
size_flags_vertical = 0
theme_override_constants/separation = 0
-[node name="SubViewportContainer" type="SubViewportContainer" parent="VBoxContainer"]
+[node name="SubViewportContainer" type="SubViewportContainer" parent="VBoxContainer" unique_id=2111560579]
layout_mode = 2
-[node name="SubViewport" type="SubViewport" parent="VBoxContainer/SubViewportContainer"]
+[node name="SubViewport" type="SubViewport" parent="VBoxContainer/SubViewportContainer" unique_id=1284360089]
own_world_3d = true
transparent_bg = true
handle_input_locally = false
size = Vector2i(256, 224)
render_target_update_mode = 4
-[node name="ItemRender" parent="VBoxContainer/SubViewportContainer/SubViewport" instance=ExtResource("1_sju7l")]
+[node name="ItemRender" parent="VBoxContainer/SubViewportContainer/SubViewport" unique_id=1937813006 instance=ExtResource("1_sju7l")]
-[node name="ProgressBar" type="ProgressBar" parent="VBoxContainer"]
+[node name="ProgressBar" type="ProgressBar" parent="VBoxContainer" unique_id=299145094]
custom_minimum_size = Vector2(0, 32)
layout_mode = 2
theme_override_styles/background = ExtResource("3_t61n3")
diff --git a/client/gui/components/message/item/item_render.tscn b/client/gui/components/message/item/item_render.tscn
index 3d993b7a..fb636eb4 100644
--- a/client/gui/components/message/item/item_render.tscn
+++ b/client/gui/components/message/item/item_render.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=3 format=3 uid="uid://cem5xcld6vn51"]
+[gd_scene format=3 uid="uid://cem5xcld6vn51"]
[ext_resource type="Script" uid="uid://bt7773og3p557" path="res://gui/components/message/item/item_render.gd" id="1_jfi7o"]
@@ -7,17 +7,17 @@ ambient_light_source = 2
ambient_light_color = Color(1, 1, 1, 1)
ambient_light_energy = 0.5
-[node name="ItemRender" type="Node3D"]
+[node name="ItemRender" type="Node3D" unique_id=888778935]
script = ExtResource("1_jfi7o")
-[node name="Camera3D" type="Camera3D" parent="."]
+[node name="Camera3D" type="Camera3D" parent="." unique_id=345542198]
transform = Transform3D(1, 0, 0, 0, 0.939693, 0.34202, 0, -0.34202, 0.939693, 0, 0.5, 1)
projection = 1
size = 0.6
-[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
+[node name="DirectionalLight3D" type="DirectionalLight3D" parent="." unique_id=1536463653]
transform = Transform3D(1, 0, 0, 0, 0.173648, 0.984808, 0, -0.984808, 0.173648, 0, 0, 0)
light_energy = 0.5
-[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
+[node name="WorldEnvironment" type="WorldEnvironment" parent="." unique_id=554449090]
environment = SubResource("Environment_iyxrx")
diff --git a/client/gui/components/message/renderer.tscn b/client/gui/components/message/renderer.tscn
index 57797eb5..8436405e 100644
--- a/client/gui/components/message/renderer.tscn
+++ b/client/gui/components/message/renderer.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=4 format=3 uid="uid://hdgsa0yfhnfw"]
+[gd_scene format=3 uid="uid://hdgsa0yfhnfw"]
[ext_resource type="Script" uid="uid://bv6faf7woy4yo" path="res://gui/components/message/renderer.gd" id="1_3x5y3"]
@@ -10,34 +10,34 @@ background_color = Color(0, 0, 0, 0)
ambient_light_source = 2
ambient_light_color = Color(1, 1, 1, 1)
-[node name="Renderer" type="SubViewportContainer"]
+[node name="Renderer" type="SubViewportContainer" unique_id=1275527447]
offset_right = 512.0
offset_bottom = 512.0
script = ExtResource("1_3x5y3")
-[node name="SubViewport" type="SubViewport" parent="."]
+[node name="SubViewport" type="SubViewport" parent="." unique_id=541744446]
own_world_3d = true
transparent_bg = true
handle_input_locally = false
render_target_update_mode = 4
-[node name="Node3D" type="Node3D" parent="SubViewport"]
+[node name="Node3D" type="Node3D" parent="SubViewport" unique_id=973467049]
-[node name="DebugPlaceholder" type="MeshInstance3D" parent="SubViewport/Node3D"]
+[node name="DebugPlaceholder" type="MeshInstance3D" parent="SubViewport/Node3D" unique_id=703186492]
visible = false
mesh = SubResource("BoxMesh_pcjn7")
skeleton = NodePath("../../../..")
-[node name="WorldEnvironment" type="WorldEnvironment" parent="SubViewport/Node3D"]
+[node name="WorldEnvironment" type="WorldEnvironment" parent="SubViewport/Node3D" unique_id=1814649689]
environment = SubResource("Environment_vdkpo")
-[node name="Camera3D" type="Camera3D" parent="SubViewport/Node3D"]
+[node name="Camera3D" type="Camera3D" parent="SubViewport/Node3D" unique_id=298159124]
transform = Transform3D(1, 0, 0, 0, 0.8660254, 0.5, 0, -0.5, 0.8660254, 0, 2, 3)
projection = 1
far = 30.0
-[node name="DirectionalLight3D" type="DirectionalLight3D" parent="SubViewport/Node3D"]
+[node name="DirectionalLight3D" type="DirectionalLight3D" parent="SubViewport/Node3D" unique_id=687060995]
transform = Transform3D(0.7071067, 0.49999997, -0.4999999, 0, 0.70710677, 0.7071067, 0.7071067, -0.49999997, 0.4999999, 0, 0, 0)
-[node name="Base" type="Node3D" parent="SubViewport/Node3D"]
+[node name="Base" type="Node3D" parent="SubViewport/Node3D" unique_id=1655606239]
transform = Transform3D(0.70710677, 0, 0.70710677, 0, 1, 0, -0.70710677, 0, 0.70710677, 0, 0, 0)
diff --git a/client/gui/menus/book/book.tscn b/client/gui/menus/book/book.tscn
index cc36104c..1d178b50 100644
--- a/client/gui/menus/book/book.tscn
+++ b/client/gui/menus/book/book.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=13 format=3 uid="uid://bdggwo8un3mys"]
+[gd_scene format=3 uid="uid://bdggwo8un3mys"]
[ext_resource type="Script" uid="uid://d1jive3atu4k7" path="res://gui/menus/book/book.gd" id="1_gyisx"]
[ext_resource type="Material" uid="uid://beea1pc5nt67r" path="res://gui/resources/materials/dark_blur_material.tres" id="2_0j5mt"]
@@ -20,7 +20,7 @@ variation_opentype = {
2003265652: 300
}
-[node name="Book" type="Control"]
+[node name="Book" type="Control" unique_id=2012988471]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
@@ -32,7 +32,7 @@ title_font = SubResource("FontVariation_ns2fj")
default_font = SubResource("FontVariation_wsg84")
support_anim = false
-[node name="Panel" type="Panel" parent="."]
+[node name="Panel" type="Panel" parent="." unique_id=172674263]
material = ExtResource("2_0j5mt")
layout_mode = 1
anchors_preset = 15
@@ -42,7 +42,7 @@ grow_horizontal = 2
grow_vertical = 2
script = ExtResource("7_ee6vw")
-[node name="Margin" type="MarginContainer" parent="."]
+[node name="Margin" type="MarginContainer" parent="." unique_id=782381175]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
@@ -52,10 +52,10 @@ grow_vertical = 2
theme_override_constants/margin_top = 16
theme_override_constants/margin_bottom = 16
-[node name="HBoxContainer" type="HBoxContainer" parent="Margin"]
+[node name="HBoxContainer" type="HBoxContainer" parent="Margin" unique_id=410074371]
layout_mode = 2
-[node name="Previous" type="TextureButton" parent="Margin/HBoxContainer"]
+[node name="Previous" type="TextureButton" parent="Margin/HBoxContainer" unique_id=1963804769]
layout_mode = 2
texture_normal = ExtResource("2_x03iu")
texture_pressed = ExtResource("3_raafv")
@@ -65,39 +65,39 @@ texture_focused = ExtResource("5_0j5mt")
stretch_mode = 3
flip_h = true
-[node name="First" type="HBoxContainer" parent="Margin/HBoxContainer"]
+[node name="First" type="HBoxContainer" parent="Margin/HBoxContainer" unique_id=418992738]
layout_mode = 2
size_flags_horizontal = 3
-[node name="PanelContainer" type="PanelContainer" parent="Margin/HBoxContainer/First"]
+[node name="PanelContainer" type="PanelContainer" parent="Margin/HBoxContainer/First" unique_id=1651447616]
layout_mode = 2
size_flags_horizontal = 3
theme_override_styles/panel = ExtResource("6_raafv")
-[node name="MarginContainer" type="MarginContainer" parent="Margin/HBoxContainer/First/PanelContainer"]
+[node name="MarginContainer" type="MarginContainer" parent="Margin/HBoxContainer/First/PanelContainer" unique_id=1382780384]
layout_mode = 2
theme_override_constants/margin_left = 32
theme_override_constants/margin_top = 32
theme_override_constants/margin_right = 32
theme_override_constants/margin_bottom = 32
-[node name="Second" type="HBoxContainer" parent="Margin/HBoxContainer"]
+[node name="Second" type="HBoxContainer" parent="Margin/HBoxContainer" unique_id=1289010064]
layout_mode = 2
size_flags_horizontal = 3
-[node name="PanelContainer" type="PanelContainer" parent="Margin/HBoxContainer/Second"]
+[node name="PanelContainer" type="PanelContainer" parent="Margin/HBoxContainer/Second" unique_id=1634660876]
layout_mode = 2
size_flags_horizontal = 3
theme_override_styles/panel = ExtResource("6_raafv")
-[node name="MarginContainer" type="MarginContainer" parent="Margin/HBoxContainer/Second/PanelContainer"]
+[node name="MarginContainer" type="MarginContainer" parent="Margin/HBoxContainer/Second/PanelContainer" unique_id=455360074]
layout_mode = 2
theme_override_constants/margin_left = 32
theme_override_constants/margin_top = 32
theme_override_constants/margin_right = 32
theme_override_constants/margin_bottom = 32
-[node name="Next" type="TextureButton" parent="Margin/HBoxContainer"]
+[node name="Next" type="TextureButton" parent="Margin/HBoxContainer" unique_id=1006389953]
layout_mode = 2
texture_normal = ExtResource("2_x03iu")
texture_pressed = ExtResource("3_raafv")
diff --git a/client/gui/menus/character.tscn b/client/gui/menus/character.tscn
index abbbf556..b3f00cc1 100644
--- a/client/gui/menus/character.tscn
+++ b/client/gui/menus/character.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=14 format=3 uid="uid://1f7xpirm5d28"]
+[gd_scene format=3 uid="uid://1f7xpirm5d28"]
[ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://gui/resources/theme/theme.tres" id="1_ak2pw"]
[ext_resource type="Script" uid="uid://bglusga8l5c27" path="res://gui/menus/character.gd" id="1_brhd1"]
@@ -14,7 +14,7 @@
[ext_resource type="Script" uid="uid://cmncjc06kadpe" path="res://gui/components/blur_setup.gd" id="7_nj82n"]
[ext_resource type="Material" uid="uid://beea1pc5nt67r" path="res://gui/resources/materials/dark_blur_material.tres" id="12_mjf6q"]
-[node name="CharacterMenu" type="Control"]
+[node name="CharacterMenu" type="Control" unique_id=1936971311]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
@@ -24,57 +24,57 @@ grow_vertical = 2
theme = ExtResource("1_ak2pw")
script = ExtResource("1_brhd1")
-[node name="Node3D" type="Node3D" parent="."]
+[node name="Node3D" type="Node3D" parent="." unique_id=1910363995]
-[node name="Character" parent="Node3D" instance=ExtResource("3_odq7n")]
+[node name="Character" parent="Node3D" unique_id=331462834 instance=ExtResource("3_odq7n")]
-[node name="Camera3D" type="Camera3D" parent="Node3D"]
+[node name="Camera3D" type="Camera3D" parent="Node3D" unique_id=1576520390]
transform = Transform3D(1, 0, 0, 0, 0.9781476, 0.2079117, 0, -0.2079117, 0.9781476, 0, 1.125, 2.75)
current = true
fov = 40.0
-[node name="KitchenBackground" parent="Node3D" instance=ExtResource("4_oanna")]
+[node name="KitchenBackground" parent="Node3D" unique_id=2119883164 instance=ExtResource("4_oanna")]
transform = Transform3D(0.8660254, 0, 0.5, 0, 1, 0, -0.5, 0, 0.8660254, 0, 0, 0)
-[node name="SpotLight3D" type="SpotLight3D" parent="Node3D"]
+[node name="SpotLight3D" type="SpotLight3D" parent="Node3D" unique_id=1688426082]
transform = Transform3D(0.8825786, -0.13509111, 0.4503392, 0, 0.9578325, 0.2873271, -0.47016487, -0.25358877, 0.8453625, 1.1277027, 1.109924, 2.02365)
light_color = Color(0.87094337, 0.86437446, 0.85403997, 1)
light_energy = 1.5
shadow_enabled = true
shadow_blur = 3.0
-[node name="SpotLight3D2" type="SpotLight3D" parent="Node3D"]
+[node name="SpotLight3D2" type="SpotLight3D" parent="Node3D" unique_id=104233494]
transform = Transform3D(0.9149456, 0.11595869, -0.3865594, 0, 0.9578325, 0.28732717, 0.40357724, -0.2628887, 0.87636465, -1.2921853, 1.109924, 2.02365)
light_color = Color(0.87094337, 0.86437446, 0.85403997, 1)
light_energy = 0.8
shadow_enabled = true
shadow_blur = 3.0
-[node name="SpotLight3D5" type="SpotLight3D" parent="Node3D"]
+[node name="SpotLight3D5" type="SpotLight3D" parent="Node3D" unique_id=807895905]
transform = Transform3D(0.99089444, -0.009957474, -0.13427223, 0.029642614, -0.95665854, 0.2896995, -0.13133734, -0.29104182, -0.94765246, -0.27793396, 1.5702409, -1.0504578)
light_color = Color(0.6709639, 0.8500128, 1, 1)
light_energy = 5.0
spot_range = 1.9395764
spot_angle = 25.84634
-[node name="SpotLight3D4" type="SpotLight3D" parent="Node3D"]
+[node name="SpotLight3D4" type="SpotLight3D" parent="Node3D" unique_id=33030011]
transform = Transform3D(0.9139213, -0.3175812, 0.2527643, -0.093218885, -0.77032155, -0.63080496, 0.39504167, 0.5529437, -0.73361796, 1.0089738, 0.124474704, -1.4214872)
light_color = Color(0.7758381, 0.7974717, 1, 1)
light_energy = 5.0
-[node name="OmniLight3D3" type="OmniLight3D" parent="Node3D"]
+[node name="OmniLight3D3" type="OmniLight3D" parent="Node3D" unique_id=513945686]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.6456945, 0.76124895, 0.72990704)
light_color = Color(0.79, 0.3476, 0.50244, 1)
light_energy = 0.75
omni_range = 6.4840736
-[node name="OmniLight3D4" type="OmniLight3D" parent="Node3D"]
+[node name="OmniLight3D4" type="OmniLight3D" parent="Node3D" unique_id=1260513554]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.5320137, 0.48659694, 0.6924461)
light_color = Color(0.42633, 0.4131, 0.81, 1)
light_energy = 0.75
omni_range = 6.071165
-[node name="VBoxContainer" type="VBoxContainer" parent="."]
+[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=841911331]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
@@ -82,14 +82,14 @@ anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
-[node name="top_panel" type="Panel" parent="VBoxContainer"]
+[node name="top_panel" type="Panel" parent="VBoxContainer" unique_id=1181042323]
material = ExtResource("5_cgkmt")
custom_minimum_size = Vector2(0, 100)
layout_mode = 2
theme_override_styles/panel = ExtResource("6_wxiis")
script = ExtResource("7_nj82n")
-[node name="a" type="VBoxContainer" parent="VBoxContainer/top_panel"]
+[node name="a" type="VBoxContainer" parent="VBoxContainer/top_panel" unique_id=1129893219]
layout_mode = 1
anchors_preset = 5
anchor_left = 0.5
@@ -100,16 +100,16 @@ offset_right = 216.0
offset_bottom = 110.0
grow_horizontal = 2
-[node name="Label" type="Label" parent="VBoxContainer/top_panel/a"]
+[node name="Label" type="Label" parent="VBoxContainer/top_panel/a" unique_id=535228051]
layout_mode = 2
text = "c.settings.username"
horizontal_alignment = 1
-[node name="username" type="LineEdit" parent="VBoxContainer/top_panel/a"]
+[node name="username" type="LineEdit" parent="VBoxContainer/top_panel/a" unique_id=79006791]
layout_mode = 2
max_length = 32
-[node name="Spacer" type="MarginContainer" parent="VBoxContainer"]
+[node name="Spacer" type="MarginContainer" parent="VBoxContainer" unique_id=1314962703]
layout_mode = 2
size_flags_vertical = 3
theme_override_constants/margin_left = 50
@@ -117,17 +117,17 @@ theme_override_constants/margin_top = 50
theme_override_constants/margin_right = 50
theme_override_constants/margin_bottom = 50
-[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/Spacer"]
+[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/Spacer" unique_id=355029923]
layout_mode = 2
alignment = 1
-[node name="Headware" type="HBoxContainer" parent="VBoxContainer/Spacer/VBoxContainer"]
+[node name="Headware" type="HBoxContainer" parent="VBoxContainer/Spacer/VBoxContainer" unique_id=337136830]
layout_direction = 2
layout_mode = 2
size_flags_vertical = 3
alignment = 1
-[node name="Back" type="TextureButton" parent="VBoxContainer/Spacer/VBoxContainer/Headware"]
+[node name="Back" type="TextureButton" parent="VBoxContainer/Spacer/VBoxContainer/Headware" unique_id=39776895]
layout_mode = 2
size_flags_horizontal = 3
focus_neighbor_right = NodePath("../Forward")
@@ -139,11 +139,11 @@ ignore_texture_size = true
stretch_mode = 5
flip_h = true
-[node name="Spacer" type="Control" parent="VBoxContainer/Spacer/VBoxContainer/Headware"]
+[node name="Spacer" type="Control" parent="VBoxContainer/Spacer/VBoxContainer/Headware" unique_id=480930147]
layout_mode = 2
size_flags_horizontal = 3
-[node name="Forward" type="TextureButton" parent="VBoxContainer/Spacer/VBoxContainer/Headware"]
+[node name="Forward" type="TextureButton" parent="VBoxContainer/Spacer/VBoxContainer/Headware" unique_id=743596728]
layout_mode = 2
size_flags_horizontal = 3
focus_neighbor_left = NodePath("../Back")
@@ -154,13 +154,13 @@ texture_focused = ExtResource("6_u31hl")
ignore_texture_size = true
stretch_mode = 5
-[node name="Hairstyle" type="HBoxContainer" parent="VBoxContainer/Spacer/VBoxContainer"]
+[node name="Hairstyle" type="HBoxContainer" parent="VBoxContainer/Spacer/VBoxContainer" unique_id=46243549]
layout_direction = 2
layout_mode = 2
size_flags_vertical = 3
alignment = 1
-[node name="Back" type="TextureButton" parent="VBoxContainer/Spacer/VBoxContainer/Hairstyle"]
+[node name="Back" type="TextureButton" parent="VBoxContainer/Spacer/VBoxContainer/Hairstyle" unique_id=1986439220]
layout_mode = 2
size_flags_horizontal = 3
focus_neighbor_right = NodePath("../Forward")
@@ -172,11 +172,11 @@ ignore_texture_size = true
stretch_mode = 5
flip_h = true
-[node name="Spacer" type="Control" parent="VBoxContainer/Spacer/VBoxContainer/Hairstyle"]
+[node name="Spacer" type="Control" parent="VBoxContainer/Spacer/VBoxContainer/Hairstyle" unique_id=1730649887]
layout_mode = 2
size_flags_horizontal = 3
-[node name="Forward" type="TextureButton" parent="VBoxContainer/Spacer/VBoxContainer/Hairstyle"]
+[node name="Forward" type="TextureButton" parent="VBoxContainer/Spacer/VBoxContainer/Hairstyle" unique_id=1174265017]
layout_mode = 2
size_flags_horizontal = 3
focus_neighbor_left = NodePath("../Back")
@@ -187,13 +187,13 @@ texture_focused = ExtResource("6_u31hl")
ignore_texture_size = true
stretch_mode = 5
-[node name="Character" type="HBoxContainer" parent="VBoxContainer/Spacer/VBoxContainer"]
+[node name="Character" type="HBoxContainer" parent="VBoxContainer/Spacer/VBoxContainer" unique_id=1020578308]
layout_direction = 2
layout_mode = 2
size_flags_vertical = 3
alignment = 1
-[node name="Back" type="TextureButton" parent="VBoxContainer/Spacer/VBoxContainer/Character"]
+[node name="Back" type="TextureButton" parent="VBoxContainer/Spacer/VBoxContainer/Character" unique_id=65037917]
layout_mode = 2
size_flags_horizontal = 3
focus_neighbor_right = NodePath("../Forward")
@@ -205,11 +205,11 @@ ignore_texture_size = true
stretch_mode = 5
flip_h = true
-[node name="Spacer" type="Control" parent="VBoxContainer/Spacer/VBoxContainer/Character"]
+[node name="Spacer" type="Control" parent="VBoxContainer/Spacer/VBoxContainer/Character" unique_id=1821703862]
layout_mode = 2
size_flags_horizontal = 3
-[node name="Forward" type="TextureButton" parent="VBoxContainer/Spacer/VBoxContainer/Character"]
+[node name="Forward" type="TextureButton" parent="VBoxContainer/Spacer/VBoxContainer/Character" unique_id=1721685554]
layout_mode = 2
size_flags_horizontal = 3
focus_neighbor_left = NodePath("../Back")
@@ -220,14 +220,14 @@ texture_focused = ExtResource("6_u31hl")
ignore_texture_size = true
stretch_mode = 5
-[node name="bottom_panel" type="Panel" parent="VBoxContainer"]
+[node name="bottom_panel" type="Panel" parent="VBoxContainer" unique_id=971465503]
material = ExtResource("12_mjf6q")
custom_minimum_size = Vector2(0, 75)
layout_mode = 2
theme_override_styles/panel = ExtResource("6_wxiis")
script = ExtResource("7_nj82n")
-[node name="back" type="Button" parent="VBoxContainer/bottom_panel"]
+[node name="back" type="Button" parent="VBoxContainer/bottom_panel" unique_id=68338925]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
@@ -243,7 +243,7 @@ grow_vertical = 2
size_flags_vertical = 8
text = "c.menu.back"
-[node name="SceneTransition" parent="." instance=ExtResource("4_c0ocf")]
+[node name="SceneTransition" parent="." unique_id=863534827 instance=ExtResource("4_c0ocf")]
visible = false
layout_mode = 1
diff --git a/client/gui/menus/chat.tscn b/client/gui/menus/chat.tscn
index 5b046191..43e20b0f 100644
--- a/client/gui/menus/chat.tscn
+++ b/client/gui/menus/chat.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=7 format=3 uid="uid://dbd6k56l4p0ls"]
+[gd_scene format=3 uid="uid://dbd6k56l4p0ls"]
[ext_resource type="Script" uid="uid://cfweimyoq5vv0" path="res://gui/menus/chat.gd" id="1_gntkb"]
[ext_resource type="Material" uid="uid://beea1pc5nt67r" path="res://gui/resources/materials/dark_blur_material.tres" id="2_1au48"]
@@ -7,7 +7,7 @@
[ext_resource type="Script" uid="uid://cmncjc06kadpe" path="res://gui/components/blur_setup.gd" id="5_l1coj"]
[ext_resource type="Script" uid="uid://bd7bylb2t2m0" path="res://gui/components/touch_scroll_container.gd" id="6_ff15x"]
-[node name="ChatOpen" type="Control"]
+[node name="ChatOpen" type="Control" unique_id=2023475735]
layout_mode = 3
anchors_preset = 9
anchor_bottom = 1.0
@@ -16,7 +16,7 @@ grow_vertical = 2
script = ExtResource("1_gntkb")
support_anim = false
-[node name="PanelContainer" type="PanelContainer" parent="."]
+[node name="PanelContainer" type="PanelContainer" parent="." unique_id=947723788]
material = ExtResource("2_1au48")
layout_mode = 1
anchors_preset = 9
@@ -27,16 +27,16 @@ theme = ExtResource("3_lrbjr")
theme_override_styles/panel = ExtResource("4_d4nta")
script = ExtResource("5_l1coj")
-[node name="MarginContainer" type="MarginContainer" parent="PanelContainer"]
+[node name="MarginContainer" type="MarginContainer" parent="PanelContainer" unique_id=1727397765]
layout_mode = 2
-[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer/MarginContainer"]
+[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer/MarginContainer" unique_id=1494822989]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
theme_override_constants/separation = 0
-[node name="ScrollContainerCustom" type="ScrollContainer" parent="PanelContainer/MarginContainer/VBoxContainer"]
+[node name="ScrollContainerCustom" type="ScrollContainer" parent="PanelContainer/MarginContainer/VBoxContainer" unique_id=505698548]
material = ExtResource("2_1au48")
layout_mode = 2
size_flags_horizontal = 3
@@ -44,12 +44,12 @@ size_flags_vertical = 3
script = ExtResource("6_ff15x")
auto_scroll_to_bottom = true
-[node name="Messages" type="VBoxContainer" parent="PanelContainer/MarginContainer/VBoxContainer/ScrollContainerCustom"]
+[node name="Messages" type="VBoxContainer" parent="PanelContainer/MarginContainer/VBoxContainer/ScrollContainerCustom" unique_id=284153322]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
-[node name="LineEdit" type="LineEdit" parent="PanelContainer/MarginContainer/VBoxContainer" groups=["autoselect"]]
+[node name="LineEdit" type="LineEdit" parent="PanelContainer/MarginContainer/VBoxContainer" unique_id=1024788333 groups=["autoselect"]]
layout_mode = 2
placeholder_text = "c.chat.write_message"
keep_editing_on_text_submit = true
diff --git a/client/gui/menus/error.tscn b/client/gui/menus/error.tscn
index 52283b39..d0058b5d 100644
--- a/client/gui/menus/error.tscn
+++ b/client/gui/menus/error.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=8 format=3 uid="uid://cimgn07lbcs4v"]
+[gd_scene format=3 uid="uid://cimgn07lbcs4v"]
[ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://gui/resources/theme/theme.tres" id="1_cabdu"]
[ext_resource type="PackedScene" uid="uid://l4vm07dtda4j" path="res://gui/menus/main/background.tscn" id="2_5fxol"]
@@ -8,7 +8,7 @@
[ext_resource type="StyleBox" uid="uid://de80aw86emnql" path="res://gui/resources/style/lobby_panel_override.tres" id="5_42a6r"]
[ext_resource type="Script" uid="uid://byshs20og68tn" path="res://gui/components/smart_margin_container.gd" id="5_rfcg2"]
-[node name="ErrorMenu" type="Control"]
+[node name="ErrorMenu" type="Control" unique_id=1514511445]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
@@ -18,9 +18,9 @@ grow_vertical = 2
theme = ExtResource("1_cabdu")
script = ExtResource("2_dbe41")
-[node name="MenuBackground" parent="." instance=ExtResource("2_5fxol")]
+[node name="MenuBackground" parent="." unique_id=2057939786 instance=ExtResource("2_5fxol")]
-[node name="Panel" type="Panel" parent="."]
+[node name="Panel" type="Panel" parent="." unique_id=192312358]
material = ExtResource("4_hxkkd")
layout_mode = 1
anchors_preset = 15
@@ -30,7 +30,7 @@ grow_horizontal = 2
grow_vertical = 2
theme_override_styles/panel = ExtResource("5_42a6r")
-[node name="SmartMarginContainer" type="MarginContainer" parent="Panel"]
+[node name="SmartMarginContainer" type="MarginContainer" parent="Panel" unique_id=1539898124]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
@@ -40,17 +40,17 @@ grow_vertical = 2
script = ExtResource("5_rfcg2")
metadata/_custom_type_script = "uid://byshs20og68tn"
-[node name="Contents" type="VBoxContainer" parent="Panel/SmartMarginContainer"]
+[node name="Contents" type="VBoxContainer" parent="Panel/SmartMarginContainer" unique_id=454783322]
layout_mode = 2
alignment = 1
-[node name="Title" type="Label" parent="Panel/SmartMarginContainer/Contents"]
+[node name="Title" type="Label" parent="Panel/SmartMarginContainer/Contents" unique_id=777220090]
layout_mode = 2
theme_override_font_sizes/font_size = 61
text = "c.menu.error.title"
horizontal_alignment = 1
-[node name="Message" type="Label" parent="Panel/SmartMarginContainer/Contents"]
+[node name="Message" type="Label" parent="Panel/SmartMarginContainer/Contents" unique_id=989678496]
custom_minimum_size = Vector2(500, 0)
layout_mode = 2
theme_override_font_sizes/font_size = 24
@@ -58,24 +58,24 @@ text = "This should be the error message."
horizontal_alignment = 1
autowrap_mode = 3
-[node name="Control" type="Control" parent="Panel/SmartMarginContainer/Contents"]
+[node name="Control" type="Control" parent="Panel/SmartMarginContainer/Contents" unique_id=2080730031]
custom_minimum_size = Vector2(0, 15.805)
layout_mode = 2
-[node name="HBoxContainer" type="HBoxContainer" parent="Panel/SmartMarginContainer/Contents"]
+[node name="HBoxContainer" type="HBoxContainer" parent="Panel/SmartMarginContainer/Contents" unique_id=847704926]
layout_mode = 2
alignment = 1
-[node name="Return" type="Button" parent="Panel/SmartMarginContainer/Contents/HBoxContainer"]
+[node name="Return" type="Button" parent="Panel/SmartMarginContainer/Contents/HBoxContainer" unique_id=2058870738]
layout_mode = 2
size_flags_horizontal = 4
text = "c.menu.ingame.main_menu"
-[node name="Reconnect" type="Button" parent="Panel/SmartMarginContainer/Contents/HBoxContainer"]
+[node name="Reconnect" type="Button" parent="Panel/SmartMarginContainer/Contents/HBoxContainer" unique_id=1168099563]
layout_mode = 2
text = "c.menu.ingame.reconnect"
-[node name="SceneTransition" parent="." instance=ExtResource("4_1nbt3")]
+[node name="SceneTransition" parent="." unique_id=1340959213 instance=ExtResource("4_1nbt3")]
visible = false
layout_mode = 1
diff --git a/client/gui/menus/ingame.tscn b/client/gui/menus/ingame.tscn
index 2eb47b7d..c1636abc 100644
--- a/client/gui/menus/ingame.tscn
+++ b/client/gui/menus/ingame.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=12 format=3 uid="uid://lxlgtjm8hw7v"]
+[gd_scene format=3 uid="uid://lxlgtjm8hw7v"]
[ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://gui/resources/theme/theme.tres" id="1_2vmyh"]
[ext_resource type="Script" uid="uid://dyi2xohgxeybb" path="res://gui/menus/ingame.gd" id="2_0h3no"]
@@ -46,7 +46,7 @@ _data = {
base_font = ExtResource("4_scupw")
variation_embolden = 0.5
-[node name="IngameMenu" type="Control"]
+[node name="IngameMenu" type="Control" unique_id=419075883]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
@@ -56,13 +56,11 @@ grow_vertical = 2
theme = ExtResource("1_2vmyh")
script = ExtResource("2_0h3no")
-[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
-libraries = {
-&"": SubResource("AnimationLibrary_u0kyp")
-}
+[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=697888286]
+libraries/ = SubResource("AnimationLibrary_u0kyp")
speed_scale = 8.0
-[node name="Side" type="PanelContainer" parent="."]
+[node name="Side" type="PanelContainer" parent="." unique_id=957227252]
material = ExtResource("3_vvvlt")
layout_mode = 1
anchors_preset = 9
@@ -72,7 +70,7 @@ grow_vertical = 2
theme_override_styles/panel = ExtResource("4_vr8y1")
script = ExtResource("4_b6bm7")
-[node name="Margin" type="MarginContainer" parent="Side"]
+[node name="Margin" type="MarginContainer" parent="Side" unique_id=1942923773]
layout_mode = 2
theme_override_constants/margin_left = 20
theme_override_constants/margin_top = 20
@@ -80,10 +78,10 @@ theme_override_constants/margin_right = 20
theme_override_constants/margin_bottom = 20
script = ExtResource("6_poj4k")
-[node name="Options" type="VBoxContainer" parent="Side/Margin"]
+[node name="Options" type="VBoxContainer" parent="Side/Margin" unique_id=878742867]
layout_mode = 2
-[node name="Title" type="Label" parent="Side/Margin/Options"]
+[node name="Title" type="Label" parent="Side/Margin/Options" unique_id=629270934]
auto_translate_mode = 2
layout_mode = 2
theme_override_colors/font_outline_color = Color(0.566408, 0.208917, 0.266045, 1)
@@ -92,44 +90,44 @@ theme_override_fonts/font = SubResource("FontVariation_ud3l8")
theme_override_font_sizes/font_size = 48
text = "Hurry Curry!"
-[node name="Spacer" type="Control" parent="Side/Margin/Options"]
+[node name="Spacer" type="Control" parent="Side/Margin/Options" unique_id=419321461]
custom_minimum_size = Vector2(0, 10)
layout_mode = 2
-[node name="Resume" type="Button" parent="Side/Margin/Options"]
+[node name="Resume" type="Button" parent="Side/Margin/Options" unique_id=431520230]
layout_mode = 2
text = "c.menu.ingame.resume"
alignment = 0
-[node name="Leave" type="Button" parent="Side/Margin/Options"]
+[node name="Leave" type="Button" parent="Side/Margin/Options" unique_id=2061159794]
layout_mode = 2
text = "c.menu.ingame.join"
alignment = 0
-[node name="Abort" type="Button" parent="Side/Margin/Options"]
+[node name="Abort" type="Button" parent="Side/Margin/Options" unique_id=1050558982]
layout_mode = 2
text = "c.menu.ingame.cancel"
alignment = 0
-[node name="Reconnect" type="Button" parent="Side/Margin/Options"]
+[node name="Reconnect" type="Button" parent="Side/Margin/Options" unique_id=1904838944]
layout_mode = 2
text = "c.menu.ingame.reconnect"
alignment = 0
-[node name="Spacer2" type="Control" parent="Side/Margin/Options"]
+[node name="Spacer2" type="Control" parent="Side/Margin/Options" unique_id=11264676]
custom_minimum_size = Vector2(0, 10)
layout_mode = 2
-[node name="Settings" type="Button" parent="Side/Margin/Options"]
+[node name="Settings" type="Button" parent="Side/Margin/Options" unique_id=1505522399]
layout_mode = 2
text = "c.menu.settings"
alignment = 0
-[node name="Spacer3" type="Control" parent="Side/Margin/Options"]
+[node name="Spacer3" type="Control" parent="Side/Margin/Options" unique_id=834104183]
custom_minimum_size = Vector2(0, 10)
layout_mode = 2
-[node name="MainMenu" type="Button" parent="Side/Margin/Options"]
+[node name="MainMenu" type="Button" parent="Side/Margin/Options" unique_id=1519330892]
layout_mode = 2
text = "c.menu.ingame.main_menu"
alignment = 0
diff --git a/client/gui/menus/main/about.tscn b/client/gui/menus/main/about.tscn
index 5461d090..4972f925 100644
--- a/client/gui/menus/main/about.tscn
+++ b/client/gui/menus/main/about.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=7 format=3 uid="uid://bpaenm8c6nmo8"]
+[gd_scene format=3 uid="uid://bpaenm8c6nmo8"]
[ext_resource type="Script" uid="uid://pcu87stpkgd8" path="res://gui/menus/main/about.gd" id="1_0acu0"]
[ext_resource type="Material" uid="uid://2j8a0c0a2ta5" path="res://gui/resources/materials/blur_material.tres" id="1_ai5pk"]
@@ -10,7 +10,7 @@
base_font = ExtResource("4_kx3j7")
variation_embolden = 0.5
-[node name="AboutMenu" type="Control"]
+[node name="AboutMenu" type="Control" unique_id=328206708]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
@@ -20,7 +20,7 @@ grow_vertical = 2
script = ExtResource("1_0acu0")
support_anim = false
-[node name="side" type="PanelContainer" parent="."]
+[node name="side" type="PanelContainer" parent="." unique_id=1730663891]
material = ExtResource("1_ai5pk")
layout_mode = 1
anchors_preset = 9
@@ -29,7 +29,7 @@ offset_right = 294.0
grow_vertical = 2
theme_override_styles/panel = ExtResource("2_pya1x")
-[node name="margin" type="MarginContainer" parent="side"]
+[node name="margin" type="MarginContainer" parent="side" unique_id=1640262757]
layout_mode = 2
theme_override_constants/margin_left = 20
theme_override_constants/margin_top = 20
@@ -37,10 +37,10 @@ theme_override_constants/margin_right = 20
theme_override_constants/margin_bottom = 20
script = ExtResource("4_t51wf")
-[node name="options" type="VBoxContainer" parent="side/margin"]
+[node name="options" type="VBoxContainer" parent="side/margin" unique_id=604487146]
layout_mode = 2
-[node name="title" type="Label" parent="side/margin/options"]
+[node name="title" type="Label" parent="side/margin/options" unique_id=1445391877]
auto_translate_mode = 2
layout_mode = 2
theme_override_colors/font_outline_color = Color(0.566408, 0.208917, 0.266045, 1)
@@ -49,44 +49,44 @@ theme_override_fonts/font = SubResource("FontVariation_o2r3e")
theme_override_font_sizes/font_size = 48
text = "Hurry Curry!"
-[node name="spacer" type="Control" parent="side/margin/options"]
+[node name="spacer" type="Control" parent="side/margin/options" unique_id=1554190815]
custom_minimum_size = Vector2(0, 10)
layout_mode = 2
-[node name="first" type="VBoxContainer" parent="side/margin/options"]
+[node name="first" type="VBoxContainer" parent="side/margin/options" unique_id=1664599829]
layout_mode = 2
-[node name="credits" type="Button" parent="side/margin/options/first"]
+[node name="credits" type="Button" parent="side/margin/options/first" unique_id=1348170129]
layout_mode = 2
text = "c.menu.about.credits"
alignment = 0
-[node name="version" type="Button" parent="side/margin/options/first"]
+[node name="version" type="Button" parent="side/margin/options/first" unique_id=451517354]
layout_mode = 2
text = "c.menu.about.version"
alignment = 0
-[node name="legal" type="Button" parent="side/margin/options/first"]
+[node name="legal" type="Button" parent="side/margin/options/first" unique_id=1574566583]
layout_mode = 2
text = "c.menu.about.legal"
alignment = 0
-[node name="source" type="Button" parent="side/margin/options/first"]
+[node name="source" type="Button" parent="side/margin/options/first" unique_id=111074078]
layout_mode = 2
text = "c.menu.about.source"
alignment = 0
-[node name="report_issue" type="Button" parent="side/margin/options/first"]
+[node name="report_issue" type="Button" parent="side/margin/options/first" unique_id=2075032381]
layout_mode = 2
text = "c.menu.about.report_issue"
alignment = 0
-[node name="first2" type="VBoxContainer" parent="side/margin/options"]
+[node name="first2" type="VBoxContainer" parent="side/margin/options" unique_id=2077205946]
layout_mode = 2
size_flags_vertical = 3
alignment = 2
-[node name="back" type="Button" parent="side/margin/options/first2"]
+[node name="back" type="Button" parent="side/margin/options/first2" unique_id=2024436203]
layout_mode = 2
text = "c.menu.back"
alignment = 0
diff --git a/client/gui/menus/main/background.tscn b/client/gui/menus/main/background.tscn
index c1b11c7d..e379da7e 100644
--- a/client/gui/menus/main/background.tscn
+++ b/client/gui/menus/main/background.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=12 format=3 uid="uid://l4vm07dtda4j"]
+[gd_scene format=3 uid="uid://l4vm07dtda4j"]
[ext_resource type="Script" uid="uid://b2tq5rcjjcxdg" path="res://gui/menus/main/background.gd" id="1_pgu7b"]
[ext_resource type="Script" uid="uid://cwg7wympevxs4" path="res://map/auto_setup/environment_setup.gd" id="2_7dwbj"]
@@ -43,29 +43,29 @@ shader_parameter/noise = SubResource("NoiseTexture2D_s4fnp")
shader_parameter/ccloud = Color(0.835938, 0.835938, 0.835938, 1)
shader_parameter/csky = Color(0.329412, 0.333333, 0.8, 1)
-[node name="MenuBackground" type="Node3D"]
+[node name="MenuBackground" type="Node3D" unique_id=1471208495]
script = ExtResource("1_pgu7b")
-[node name="Camera" type="Camera3D" parent="."]
+[node name="Camera" type="Camera3D" parent="." unique_id=258327854]
transform = Transform3D(0.614606, 0.499662, -0.610408, -0.00282255, 0.775198, 0.631712, 0.78883, -0.386531, 0.477852, -9.13611, 4.90356, 1.22532)
projection = 1
current = true
size = 8.0
far = 100.0
-[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
+[node name="DirectionalLight3D" type="DirectionalLight3D" parent="." unique_id=1203649791]
transform = Transform3D(0.290334, 0.904946, -0.311092, 0.336606, 0.207739, 0.918445, 0.895769, -0.371371, -0.244296, 0, 7, 0)
light_energy = 1.25
shadow_enabled = true
-[node name="Environment" type="WorldEnvironment" parent="."]
+[node name="Environment" type="WorldEnvironment" parent="." unique_id=1003206879]
environment = SubResource("Environment_slkjl")
script = ExtResource("2_7dwbj")
allow_sdfgi = false
-[node name="the-sky-tm" type="MeshInstance3D" parent="."]
+[node name="the-sky-tm" type="MeshInstance3D" parent="." unique_id=1016857390]
transform = Transform3D(0.614606, 0.499662, -0.610408, -0.00282255, 0.775198, 0.631712, 0.78883, -0.386531, 0.477851, 6, -13, -11)
mesh = SubResource("QuadMesh_fvp2p")
surface_material_override/0 = SubResource("ShaderMaterial_gd87g")
-[node name="Map" parent="." instance=ExtResource("4_nslxb")]
+[node name="Map" parent="." unique_id=1077103745 instance=ExtResource("4_nslxb")]
diff --git a/client/gui/menus/main/main.tscn b/client/gui/menus/main/main.tscn
index 1cfb2b26..c7196ff5 100644
--- a/client/gui/menus/main/main.tscn
+++ b/client/gui/menus/main/main.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=10 format=3 uid="uid://dbj8508whxgwv"]
+[gd_scene format=3 uid="uid://dbj8508whxgwv"]
[ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://gui/resources/theme/theme.tres" id="1_3qfu3"]
[ext_resource type="Script" uid="uid://bpiynadrmdd37" path="res://gui/menus/main/main.gd" id="2_xjnc3"]
@@ -13,7 +13,7 @@
base_font = ExtResource("5_k7bqq")
variation_embolden = 0.5
-[node name="MainMenu" type="Control"]
+[node name="MainMenu" type="Control" unique_id=934155310]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
@@ -23,9 +23,9 @@ grow_vertical = 2
theme = ExtResource("1_3qfu3")
script = ExtResource("2_xjnc3")
-[node name="MenuBackground" parent="." instance=ExtResource("3_4evao")]
+[node name="MenuBackground" parent="." unique_id=828608925 instance=ExtResource("3_4evao")]
-[node name="side" type="PanelContainer" parent="."]
+[node name="side" type="PanelContainer" parent="." unique_id=1401818823]
material = ExtResource("4_nx4vf")
layout_mode = 1
anchors_preset = 9
@@ -35,7 +35,7 @@ grow_vertical = 2
theme_override_styles/panel = ExtResource("5_qlyeo")
script = ExtResource("5_0mn56")
-[node name="margin" type="MarginContainer" parent="side"]
+[node name="margin" type="MarginContainer" parent="side" unique_id=549446082]
layout_mode = 2
theme_override_constants/margin_left = 20
theme_override_constants/margin_top = 20
@@ -43,10 +43,10 @@ theme_override_constants/margin_right = 20
theme_override_constants/margin_bottom = 20
script = ExtResource("7_btdj1")
-[node name="options" type="VBoxContainer" parent="side/margin"]
+[node name="options" type="VBoxContainer" parent="side/margin" unique_id=1558510257]
layout_mode = 2
-[node name="title" type="Label" parent="side/margin/options"]
+[node name="title" type="Label" parent="side/margin/options" unique_id=540540059]
auto_translate_mode = 2
layout_mode = 2
theme_override_colors/font_outline_color = Color(0.566408, 0.208917, 0.266045, 1)
@@ -55,34 +55,34 @@ theme_override_fonts/font = SubResource("FontVariation_htgmg")
theme_override_font_sizes/font_size = 48
text = "Hurry Curry!"
-[node name="spacer" type="Control" parent="side/margin/options"]
+[node name="spacer" type="Control" parent="side/margin/options" unique_id=1242411861]
custom_minimum_size = Vector2(0, 10)
layout_mode = 2
-[node name="first" type="VBoxContainer" parent="side/margin/options"]
+[node name="first" type="VBoxContainer" parent="side/margin/options" unique_id=1694849718]
layout_mode = 2
-[node name="play" type="Button" parent="side/margin/options/first"]
+[node name="play" type="Button" parent="side/margin/options/first" unique_id=1447115479]
layout_mode = 2
text = "c.menu.play"
alignment = 0
-[node name="change_character" type="Button" parent="side/margin/options/first"]
+[node name="change_character" type="Button" parent="side/margin/options/first" unique_id=1051730060]
layout_mode = 2
text = "c.menu.customize_chef"
alignment = 0
-[node name="settings" type="Button" parent="side/margin/options/first"]
+[node name="settings" type="Button" parent="side/margin/options/first" unique_id=568488542]
layout_mode = 2
text = "c.menu.settings"
alignment = 0
-[node name="about" type="Button" parent="side/margin/options/first"]
+[node name="about" type="Button" parent="side/margin/options/first" unique_id=1838863329]
layout_mode = 2
text = "c.menu.about"
alignment = 0
-[node name="quit" type="Button" parent="side/margin/options/first"]
+[node name="quit" type="Button" parent="side/margin/options/first" unique_id=1209482714]
layout_mode = 2
text = "c.menu.quit"
alignment = 0
diff --git a/client/gui/menus/main/play.tscn b/client/gui/menus/main/play.tscn
index 441024a2..7404b6cd 100644
--- a/client/gui/menus/main/play.tscn
+++ b/client/gui/menus/main/play.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=9 format=3 uid="uid://c8url5fpttbem"]
+[gd_scene format=3 uid="uid://c8url5fpttbem"]
[ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://gui/resources/theme/theme.tres" id="1_cckds"]
[ext_resource type="Script" uid="uid://b126k2228nj4s" path="res://gui/menus/main/play.gd" id="2_phxx0"]
@@ -13,7 +13,7 @@
base_font = ExtResource("5_ojpbf")
variation_embolden = 0.5
-[node name="PlayMenu" type="Control"]
+[node name="PlayMenu" type="Control" unique_id=1252891233]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
@@ -24,7 +24,7 @@ theme = ExtResource("1_cckds")
script = ExtResource("2_phxx0")
support_anim = false
-[node name="side" type="PanelContainer" parent="."]
+[node name="side" type="PanelContainer" parent="." unique_id=1284540533]
material = ExtResource("3_fsbt7")
layout_mode = 1
anchors_preset = 9
@@ -33,7 +33,7 @@ offset_right = 294.0
grow_vertical = 2
theme_override_styles/panel = SubResource("StyleBoxFlat_ukani")
-[node name="margin" type="MarginContainer" parent="side"]
+[node name="margin" type="MarginContainer" parent="side" unique_id=1784114587]
layout_mode = 2
theme_override_constants/margin_left = 20
theme_override_constants/margin_top = 20
@@ -41,10 +41,10 @@ theme_override_constants/margin_right = 20
theme_override_constants/margin_bottom = 20
script = ExtResource("4_gst6r")
-[node name="options" type="VBoxContainer" parent="side/margin"]
+[node name="options" type="VBoxContainer" parent="side/margin" unique_id=393125381]
layout_mode = 2
-[node name="title" type="Label" parent="side/margin/options"]
+[node name="title" type="Label" parent="side/margin/options" unique_id=793049090]
auto_translate_mode = 2
layout_mode = 2
theme_override_colors/font_outline_color = Color(0.566408, 0.208917, 0.266045, 1)
@@ -53,91 +53,91 @@ theme_override_fonts/font = SubResource("FontVariation_htgmg")
theme_override_font_sizes/font_size = 48
text = "Hurry Curry!"
-[node name="spacer" type="Control" parent="side/margin/options"]
+[node name="spacer" type="Control" parent="side/margin/options" unique_id=1031721504]
custom_minimum_size = Vector2(0, 10)
layout_mode = 2
-[node name="second" type="VBoxContainer" parent="side/margin/options"]
+[node name="second" type="VBoxContainer" parent="side/margin/options" unique_id=704950761]
layout_mode = 2
size_flags_vertical = 3
-[node name="Loading" type="Label" parent="side/margin/options/second"]
+[node name="Loading" type="Label" parent="side/margin/options/second" unique_id=135556328]
visible = false
layout_mode = 2
size_flags_horizontal = 3
text = "c.menu.play.fetching_list"
horizontal_alignment = 1
-[node name="NoServers" type="Label" parent="side/margin/options/second"]
+[node name="NoServers" type="Label" parent="side/margin/options/second" unique_id=410117321]
visible = false
layout_mode = 2
size_flags_horizontal = 3
text = "c.menu.play.no_servers"
horizontal_alignment = 1
-[node name="ScrollContainerCustom" type="ScrollContainer" parent="side/margin/options/second"]
+[node name="ScrollContainerCustom" type="ScrollContainer" parent="side/margin/options/second" unique_id=333759324]
layout_mode = 2
size_flags_vertical = 3
horizontal_scroll_mode = 0
script = ExtResource("5_cm120")
-[node name="ServerList" type="VBoxContainer" parent="side/margin/options/second/ScrollContainerCustom"]
+[node name="ServerList" type="VBoxContainer" parent="side/margin/options/second/ScrollContainerCustom" unique_id=80221134]
layout_mode = 2
size_flags_horizontal = 3
-[node name="spacer" type="Control" parent="side/margin/options/second"]
+[node name="spacer" type="Control" parent="side/margin/options/second" unique_id=1444292306]
custom_minimum_size = Vector2(0, 10)
layout_mode = 2
-[node name="connect" type="HBoxContainer" parent="side/margin/options/second"]
+[node name="connect" type="HBoxContainer" parent="side/margin/options/second" unique_id=1829587107]
layout_mode = 2
-[node name="uri" type="LineEdit" parent="side/margin/options/second/connect"]
+[node name="uri" type="LineEdit" parent="side/margin/options/second/connect" unique_id=1944124428]
auto_translate_mode = 2
layout_mode = 2
size_flags_horizontal = 3
placeholder_text = "wss://example.org"
-[node name="connect" type="Button" parent="side/margin/options/second/connect"]
+[node name="connect" type="Button" parent="side/margin/options/second/connect" unique_id=1041792506]
layout_mode = 2
text = "c.menu.play.connect"
-[node name="server" type="HBoxContainer" parent="side/margin/options/second"]
+[node name="server" type="HBoxContainer" parent="side/margin/options/second" unique_id=1567357857]
layout_mode = 2
-[node name="control" type="Button" parent="side/margin/options/second/server"]
+[node name="control" type="Button" parent="side/margin/options/second/server" unique_id=1099190373]
layout_mode = 2
size_flags_horizontal = 3
text = "c.menu.play.server"
alignment = 0
-[node name="connect" type="Button" parent="side/margin/options/second/server"]
+[node name="connect" type="Button" parent="side/margin/options/second/server" unique_id=1829531390]
layout_mode = 2
text = "c.menu.play.connect"
-[node name="editor" type="HBoxContainer" parent="side/margin/options/second"]
+[node name="editor" type="HBoxContainer" parent="side/margin/options/second" unique_id=1123501321]
layout_mode = 2
-[node name="control" type="Button" parent="side/margin/options/second/editor"]
+[node name="control" type="Button" parent="side/margin/options/second/editor" unique_id=613744759]
layout_mode = 2
size_flags_horizontal = 3
text = "c.menu.play.editor"
alignment = 0
-[node name="connect" type="Button" parent="side/margin/options/second/editor"]
+[node name="connect" type="Button" parent="side/margin/options/second/editor" unique_id=1523696561]
layout_mode = 2
text = "c.menu.play.connect"
-[node name="spacer2" type="Control" parent="side/margin/options/second"]
+[node name="spacer2" type="Control" parent="side/margin/options/second" unique_id=1087902272]
custom_minimum_size = Vector2(0, 10)
layout_mode = 2
-[node name="back" type="Button" parent="side/margin/options/second"]
+[node name="back" type="Button" parent="side/margin/options/second" unique_id=1719311439]
layout_mode = 2
text = "c.menu.back"
alignment = 0
-[node name="VBoxContainer" type="VBoxContainer" parent="side/margin/options/second"]
+[node name="VBoxContainer" type="VBoxContainer" parent="side/margin/options/second" unique_id=1532324619]
layout_mode = 2
[connection signal="text_changed" from="side/margin/options/second/connect/uri" to="." method="_on_uri_text_changed"]
diff --git a/client/gui/menus/main/server_list_item.tscn b/client/gui/menus/main/server_list_item.tscn
index 0f62561b..7d892a78 100644
--- a/client/gui/menus/main/server_list_item.tscn
+++ b/client/gui/menus/main/server_list_item.tscn
@@ -1,20 +1,20 @@
-[gd_scene load_steps=3 format=3 uid="uid://t2h60dhuvfsk"]
+[gd_scene format=3 uid="uid://t2h60dhuvfsk"]
[ext_resource type="Script" uid="uid://xr5oigbgd0aw" path="res://gui/menus/main/server_list_item.gd" id="1_1n1yg"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_1n1yg"]
-[node name="ServerListItem" type="PanelContainer"]
+[node name="ServerListItem" type="PanelContainer" unique_id=2062705951]
offset_right = 400.0
offset_bottom = 40.0
size_flags_horizontal = 3
theme_override_styles/panel = SubResource("StyleBoxEmpty_1n1yg")
script = ExtResource("1_1n1yg")
-[node name="Button" type="Button" parent="." groups=["no_click_sound"]]
+[node name="Button" type="Button" parent="." unique_id=1213365601 groups=["no_click_sound"]]
layout_mode = 2
-[node name="MarginContainer" type="MarginContainer" parent="."]
+[node name="MarginContainer" type="MarginContainer" parent="." unique_id=1363186299]
layout_mode = 2
mouse_filter = 2
theme_override_constants/margin_left = 10
@@ -22,29 +22,29 @@ theme_override_constants/margin_top = 10
theme_override_constants/margin_right = 10
theme_override_constants/margin_bottom = 10
-[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
+[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer" unique_id=1686608173]
layout_mode = 2
mouse_filter = 2
-[node name="Title" type="Label" parent="MarginContainer/VBoxContainer"]
+[node name="Title" type="Label" parent="MarginContainer/VBoxContainer" unique_id=27759863]
layout_mode = 2
theme_override_colors/font_color = Color(0.87451, 0.87451, 0.87451, 1)
theme_override_font_sizes/font_size = 18
text = "Example Server"
text_overrun_behavior = 3
-[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/VBoxContainer"]
+[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/VBoxContainer" unique_id=1537690218]
layout_mode = 2
mouse_filter = 2
theme_override_constants/separation = 16
-[node name="Online" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer"]
+[node name="Online" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer" unique_id=741851992]
layout_mode = 2
theme_override_colors/font_color = Color(0.749781, 0.74978, 0.74978, 1)
theme_override_font_sizes/font_size = 14
text = "5 players"
-[node name="Address" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer"]
+[node name="Address" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer" unique_id=1214181115]
layout_mode = 2
size_flags_horizontal = 3
theme_override_colors/font_color = Color(0.749781, 0.74978, 0.74978, 1)
diff --git a/client/gui/menus/popup.tscn b/client/gui/menus/popup.tscn
index 13137ccb..07dccabc 100644
--- a/client/gui/menus/popup.tscn
+++ b/client/gui/menus/popup.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=6 format=3 uid="uid://lwtym0pbc17g"]
+[gd_scene format=3 uid="uid://lwtym0pbc17g"]
[ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://gui/resources/theme/theme.tres" id="1_m0d0r"]
[ext_resource type="Script" uid="uid://bevyiytj5tawr" path="res://gui/menus/popup.gd" id="2_1h10j"]
@@ -6,7 +6,7 @@
[ext_resource type="Script" uid="uid://byshs20og68tn" path="res://gui/components/smart_margin_container.gd" id="3_j0ajn"]
[ext_resource type="Script" uid="uid://cmncjc06kadpe" path="res://gui/components/blur_setup.gd" id="4_e4iqk"]
-[node name="Popup" type="Control"]
+[node name="Popup" type="Control" unique_id=1672917346]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
@@ -17,7 +17,7 @@ theme = ExtResource("1_m0d0r")
script = ExtResource("2_1h10j")
support_anim = false
-[node name="MarginContainer" type="MarginContainer" parent="."]
+[node name="MarginContainer" type="MarginContainer" parent="." unique_id=1225266694]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
@@ -26,27 +26,27 @@ grow_horizontal = 2
grow_vertical = 2
script = ExtResource("3_j0ajn")
-[node name="CenterContainer" type="CenterContainer" parent="MarginContainer"]
+[node name="CenterContainer" type="CenterContainer" parent="MarginContainer" unique_id=1460089015]
layout_mode = 2
-[node name="Panel" type="PanelContainer" parent="MarginContainer/CenterContainer"]
+[node name="Panel" type="PanelContainer" parent="MarginContainer/CenterContainer" unique_id=1826029895]
material = ExtResource("3_iouvy")
layout_mode = 2
script = ExtResource("4_e4iqk")
-[node name="MarginContainer" type="MarginContainer" parent="MarginContainer/CenterContainer/Panel"]
+[node name="MarginContainer" type="MarginContainer" parent="MarginContainer/CenterContainer/Panel" unique_id=52701780]
layout_mode = 2
-[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/CenterContainer/Panel/MarginContainer"]
+[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/CenterContainer/Panel/MarginContainer" unique_id=1126454074]
layout_mode = 2
theme_override_constants/separation = 16
-[node name="Message" type="Label" parent="MarginContainer/CenterContainer/Panel/MarginContainer/VBoxContainer"]
+[node name="Message" type="Label" parent="MarginContainer/CenterContainer/Panel/MarginContainer/VBoxContainer" unique_id=1617024507]
custom_minimum_size = Vector2(400, 0)
layout_mode = 2
horizontal_alignment = 1
autowrap_mode = 3
-[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/CenterContainer/Panel/MarginContainer/VBoxContainer"]
+[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/CenterContainer/Panel/MarginContainer/VBoxContainer" unique_id=1415559610]
layout_mode = 2
alignment = 1
diff --git a/client/gui/menus/popup_large.tscn b/client/gui/menus/popup_large.tscn
index d0891d1b..66a07306 100644
--- a/client/gui/menus/popup_large.tscn
+++ b/client/gui/menus/popup_large.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=7 format=3 uid="uid://7mqbxa054bjv"]
+[gd_scene format=3 uid="uid://7mqbxa054bjv"]
[ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://gui/resources/theme/theme.tres" id="1_kabr3"]
[ext_resource type="Script" uid="uid://c3eimx76ucpsp" path="res://gui/menus/popup_large.gd" id="2_m0b5d"]
@@ -7,7 +7,7 @@
[ext_resource type="Script" uid="uid://cmncjc06kadpe" path="res://gui/components/blur_setup.gd" id="5_63jf0"]
[ext_resource type="Script" uid="uid://bd7bylb2t2m0" path="res://gui/components/touch_scroll_container.gd" id="6_smk7v"]
-[node name="PopupLarge" type="Control"]
+[node name="PopupLarge" type="Control" unique_id=958921744]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
@@ -18,7 +18,7 @@ theme = ExtResource("1_kabr3")
script = ExtResource("2_m0b5d")
support_anim = false
-[node name="OuterMargin" type="MarginContainer" parent="."]
+[node name="OuterMargin" type="MarginContainer" parent="." unique_id=296321292]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
@@ -27,12 +27,12 @@ grow_horizontal = 2
grow_vertical = 2
script = ExtResource("3_36vhf")
-[node name="Panel" type="Panel" parent="OuterMargin"]
+[node name="Panel" type="Panel" parent="OuterMargin" unique_id=751771892]
material = ExtResource("4_8ybj3")
layout_mode = 2
script = ExtResource("5_63jf0")
-[node name="InnerMargin" type="MarginContainer" parent="OuterMargin/Panel"]
+[node name="InnerMargin" type="MarginContainer" parent="OuterMargin/Panel" unique_id=1609382166]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
@@ -44,15 +44,15 @@ theme_override_constants/margin_top = 50
theme_override_constants/margin_right = 50
theme_override_constants/margin_bottom = 50
-[node name="Vert" type="VBoxContainer" parent="OuterMargin/Panel/InnerMargin"]
+[node name="Vert" type="VBoxContainer" parent="OuterMargin/Panel/InnerMargin" unique_id=798911037]
layout_mode = 2
-[node name="ScrollContainer" type="ScrollContainer" parent="OuterMargin/Panel/InnerMargin/Vert"]
+[node name="ScrollContainer" type="ScrollContainer" parent="OuterMargin/Panel/InnerMargin/Vert" unique_id=1639832367]
layout_mode = 2
size_flags_vertical = 3
script = ExtResource("6_smk7v")
-[node name="Text" type="RichTextLabel" parent="OuterMargin/Panel/InnerMargin/Vert/ScrollContainer"]
+[node name="Text" type="RichTextLabel" parent="OuterMargin/Panel/InnerMargin/Vert/ScrollContainer" unique_id=87487052]
auto_translate_mode = 2
layout_mode = 2
size_flags_horizontal = 3
@@ -67,7 +67,7 @@ bbcode_enabled = true
fit_content = true
scroll_active = false
-[node name="back" type="Button" parent="OuterMargin/Panel/InnerMargin/Vert"]
+[node name="back" type="Button" parent="OuterMargin/Panel/InnerMargin/Vert" unique_id=323355152]
layout_mode = 2
text = "c.menu.back"
diff --git a/client/gui/menus/rating/rating.tscn b/client/gui/menus/rating/rating.tscn
index 062dcca2..087bfdfb 100644
--- a/client/gui/menus/rating/rating.tscn
+++ b/client/gui/menus/rating/rating.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=12 format=3 uid="uid://buu3cdpigs8qq"]
+[gd_scene format=3 uid="uid://buu3cdpigs8qq"]
[ext_resource type="Texture2D" uid="uid://b10goh4dsa3b0" path="res://player/particles/satisfied/star.webp" id="1_7qv7r"]
[ext_resource type="Shader" uid="uid://cekkkqsvd7rvw" path="res://gui/menus/rating/desaturate.gdshader" id="1_pddsm"]
@@ -27,7 +27,7 @@ point_count = 2
offsets = PackedFloat32Array(0, 0.0584795, 1)
colors = PackedColorArray(1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0)
-[node name="Rating" type="Control"]
+[node name="Rating" type="Control" unique_id=1594483139]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
@@ -38,7 +38,7 @@ theme = ExtResource("1_uwajf")
script = ExtResource("2_cq0se")
support_anim = false
-[node name="MarginContainer" type="MarginContainer" parent="."]
+[node name="MarginContainer" type="MarginContainer" parent="." unique_id=1435310334]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
@@ -50,35 +50,35 @@ theme_override_constants/margin_top = 64
theme_override_constants/margin_right = 128
theme_override_constants/margin_bottom = 64
-[node name="PanelContainer" type="PanelContainer" parent="MarginContainer"]
+[node name="PanelContainer" type="PanelContainer" parent="MarginContainer" unique_id=1405558399]
material = ExtResource("4_hdurb")
layout_mode = 2
-[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/PanelContainer"]
+[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/PanelContainer" unique_id=1254262874]
layout_mode = 2
theme_override_constants/separation = 64
alignment = 1
-[node name="Text" type="VBoxContainer" parent="MarginContainer/PanelContainer/VBoxContainer"]
+[node name="Text" type="VBoxContainer" parent="MarginContainer/PanelContainer/VBoxContainer" unique_id=1793831024]
layout_mode = 2
-[node name="Title" type="Label" parent="MarginContainer/PanelContainer/VBoxContainer/Text"]
+[node name="Title" type="Label" parent="MarginContainer/PanelContainer/VBoxContainer/Text" unique_id=1695693158]
layout_mode = 2
theme_override_font_sizes/font_size = 48
text = "Title here"
horizontal_alignment = 1
-[node name="Subtitle" type="Label" parent="MarginContainer/PanelContainer/VBoxContainer/Text"]
+[node name="Subtitle" type="Label" parent="MarginContainer/PanelContainer/VBoxContainer/Text" unique_id=100592740]
layout_mode = 2
theme_override_font_sizes/font_size = 24
text = "Subtitle here"
horizontal_alignment = 1
-[node name="Stars" type="HBoxContainer" parent="MarginContainer/PanelContainer/VBoxContainer"]
+[node name="Stars" type="HBoxContainer" parent="MarginContainer/PanelContainer/VBoxContainer" unique_id=800110825]
layout_mode = 2
alignment = 1
-[node name="Star1" type="TextureRect" parent="MarginContainer/PanelContainer/VBoxContainer/Stars"]
+[node name="Star1" type="TextureRect" parent="MarginContainer/PanelContainer/VBoxContainer/Stars" unique_id=968347719]
material = SubResource("ShaderMaterial_oi7xd")
custom_minimum_size = Vector2(128, 128)
layout_mode = 2
@@ -86,11 +86,11 @@ texture = ExtResource("1_7qv7r")
expand_mode = 1
stretch_mode = 5
-[node name="Sound" type="AudioStreamPlayer" parent="MarginContainer/PanelContainer/VBoxContainer/Stars/Star1"]
+[node name="Sound" type="AudioStreamPlayer" parent="MarginContainer/PanelContainer/VBoxContainer/Stars/Star1" unique_id=720864083]
stream = ExtResource("5_tutpj")
pitch_scale = 1.5
-[node name="Star2" type="TextureRect" parent="MarginContainer/PanelContainer/VBoxContainer/Stars"]
+[node name="Star2" type="TextureRect" parent="MarginContainer/PanelContainer/VBoxContainer/Stars" unique_id=1682444818]
material = SubResource("ShaderMaterial_ney6s")
custom_minimum_size = Vector2(128, 128)
layout_mode = 2
@@ -98,11 +98,11 @@ texture = ExtResource("1_7qv7r")
expand_mode = 1
stretch_mode = 5
-[node name="Sound" type="AudioStreamPlayer" parent="MarginContainer/PanelContainer/VBoxContainer/Stars/Star2"]
+[node name="Sound" type="AudioStreamPlayer" parent="MarginContainer/PanelContainer/VBoxContainer/Stars/Star2" unique_id=1243382756]
stream = ExtResource("5_tutpj")
pitch_scale = 1.65
-[node name="Star3" type="TextureRect" parent="MarginContainer/PanelContainer/VBoxContainer/Stars"]
+[node name="Star3" type="TextureRect" parent="MarginContainer/PanelContainer/VBoxContainer/Stars" unique_id=1083493921]
material = SubResource("ShaderMaterial_27tx1")
custom_minimum_size = Vector2(128, 128)
layout_mode = 2
@@ -110,32 +110,32 @@ texture = ExtResource("1_7qv7r")
expand_mode = 1
stretch_mode = 5
-[node name="Sound" type="AudioStreamPlayer" parent="MarginContainer/PanelContainer/VBoxContainer/Stars/Star3"]
+[node name="Sound" type="AudioStreamPlayer" parent="MarginContainer/PanelContainer/VBoxContainer/Stars/Star3" unique_id=914623751]
stream = ExtResource("5_tutpj")
pitch_scale = 1.9
-[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/PanelContainer/VBoxContainer"]
+[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/PanelContainer/VBoxContainer" unique_id=1069207568]
layout_mode = 2
theme_override_constants/separation = 64
alignment = 1
-[node name="Scoreboard" type="Button" parent="MarginContainer/PanelContainer/VBoxContainer/HBoxContainer"]
+[node name="Scoreboard" type="Button" parent="MarginContainer/PanelContainer/VBoxContainer/HBoxContainer" unique_id=1025430333]
layout_mode = 2
text = "c.menu.scoreboard.button"
-[node name="Close" type="Button" parent="MarginContainer/PanelContainer/VBoxContainer/HBoxContainer"]
+[node name="Close" type="Button" parent="MarginContainer/PanelContainer/VBoxContainer/HBoxContainer" unique_id=268757521]
layout_mode = 2
text = "c.menu.accept"
-[node name="StarTimer" type="Timer" parent="."]
+[node name="StarTimer" type="Timer" parent="." unique_id=1015283419]
wait_time = 0.5
one_shot = true
-[node name="ButtonTimer" type="Timer" parent="."]
+[node name="ButtonTimer" type="Timer" parent="." unique_id=1816650084]
one_shot = true
autostart = true
-[node name="Control" type="Control" parent="."]
+[node name="Control" type="Control" parent="." unique_id=2091475568]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
@@ -145,7 +145,7 @@ anchor_bottom = 0.5
grow_horizontal = 2
grow_vertical = 2
-[node name="Particles" type="CPUParticles2D" parent="Control"]
+[node name="Particles" type="CPUParticles2D" parent="Control" unique_id=751600196]
emitting = false
amount = 32
texture = ExtResource("1_7qv7r")
diff --git a/client/gui/menus/scoreboard.tscn b/client/gui/menus/scoreboard.tscn
index 4d9f3bd2..c2b6a5d9 100644
--- a/client/gui/menus/scoreboard.tscn
+++ b/client/gui/menus/scoreboard.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=11 format=3 uid="uid://cgevgyr5out81"]
+[gd_scene format=3 uid="uid://cgevgyr5out81"]
[ext_resource type="Script" uid="uid://d3dd83ooacgmw" path="res://gui/menus/scoreboard.gd" id="1_8iwl3"]
[ext_resource type="Script" uid="uid://byshs20og68tn" path="res://gui/components/smart_margin_container.gd" id="1_bfqap"]
@@ -22,7 +22,7 @@ variation_opentype = {
2003265652: 700
}
-[node name="Scoreboard" type="Control"]
+[node name="Scoreboard" type="Control" unique_id=510306535]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
@@ -33,7 +33,7 @@ theme = SubResource("Theme_grptf")
script = ExtResource("1_8iwl3")
support_anim = false
-[node name="OuterMargin" type="MarginContainer" parent="."]
+[node name="OuterMargin" type="MarginContainer" parent="." unique_id=869412596]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
@@ -46,12 +46,12 @@ theme_override_constants/margin_right = 50
theme_override_constants/margin_bottom = 50
script = ExtResource("1_bfqap")
-[node name="Panel" type="Panel" parent="OuterMargin"]
+[node name="Panel" type="Panel" parent="OuterMargin" unique_id=1557970649]
material = ExtResource("2_s6kc8")
layout_mode = 2
script = ExtResource("3_8iwl3")
-[node name="InnerMargin" type="MarginContainer" parent="OuterMargin/Panel"]
+[node name="InnerMargin" type="MarginContainer" parent="OuterMargin/Panel" unique_id=2023236197]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
@@ -63,51 +63,51 @@ theme_override_constants/margin_top = 50
theme_override_constants/margin_right = 50
theme_override_constants/margin_bottom = 50
-[node name="VBoxContainer" type="VBoxContainer" parent="OuterMargin/Panel/InnerMargin"]
+[node name="VBoxContainer" type="VBoxContainer" parent="OuterMargin/Panel/InnerMargin" unique_id=2137087020]
layout_mode = 2
size_flags_horizontal = 3
-[node name="Title" type="Label" parent="OuterMargin/Panel/InnerMargin/VBoxContainer"]
+[node name="Title" type="Label" parent="OuterMargin/Panel/InnerMargin/VBoxContainer" unique_id=1471975030]
layout_mode = 2
theme_override_fonts/font = SubResource("FontVariation_t5x0r")
theme_override_font_sizes/font_size = 48
text = "Scoreboard for placeholder"
horizontal_alignment = 1
-[node name="PlayCount" type="Label" parent="OuterMargin/Panel/InnerMargin/VBoxContainer"]
+[node name="PlayCount" type="Label" parent="OuterMargin/Panel/InnerMargin/VBoxContainer" unique_id=1041103739]
layout_mode = 2
text = "123 games were played on this map"
horizontal_alignment = 1
-[node name="ScrollContainer" type="ScrollContainer" parent="OuterMargin/Panel/InnerMargin/VBoxContainer"]
+[node name="ScrollContainer" type="ScrollContainer" parent="OuterMargin/Panel/InnerMargin/VBoxContainer" unique_id=394287120]
layout_mode = 2
size_flags_vertical = 3
script = ExtResource("5_c3g22")
-[node name="Table" type="GridContainer" parent="OuterMargin/Panel/InnerMargin/VBoxContainer/ScrollContainer"]
+[node name="Table" type="GridContainer" parent="OuterMargin/Panel/InnerMargin/VBoxContainer/ScrollContainer" unique_id=1680462103]
layout_mode = 2
columns = 3
-[node name="Rank" type="Label" parent="OuterMargin/Panel/InnerMargin/VBoxContainer/ScrollContainer/Table"]
+[node name="Rank" type="Label" parent="OuterMargin/Panel/InnerMargin/VBoxContainer/ScrollContainer/Table" unique_id=1490761538]
layout_mode = 2
theme_override_fonts/font = SubResource("FontVariation_tlf07")
theme_override_font_sizes/font_size = 21
text = "c.menu.scoreboard.rank"
-[node name="Points" type="Label" parent="OuterMargin/Panel/InnerMargin/VBoxContainer/ScrollContainer/Table"]
+[node name="Points" type="Label" parent="OuterMargin/Panel/InnerMargin/VBoxContainer/ScrollContainer/Table" unique_id=1705556425]
layout_mode = 2
theme_override_fonts/font = SubResource("FontVariation_tlf07")
theme_override_font_sizes/font_size = 21
text = "c.score.points"
-[node name="Players" type="Label" parent="OuterMargin/Panel/InnerMargin/VBoxContainer/ScrollContainer/Table"]
+[node name="Players" type="Label" parent="OuterMargin/Panel/InnerMargin/VBoxContainer/ScrollContainer/Table" unique_id=118623876]
layout_mode = 2
size_flags_horizontal = 3
theme_override_fonts/font = SubResource("FontVariation_tlf07")
theme_override_font_sizes/font_size = 21
text = "c.menu.scoreboard.players"
-[node name="Back" type="Button" parent="OuterMargin/Panel/InnerMargin/VBoxContainer"]
+[node name="Back" type="Button" parent="OuterMargin/Panel/InnerMargin/VBoxContainer" unique_id=859010245]
layout_mode = 2
text = "c.menu.back"
diff --git a/client/gui/menus/screen_info.tscn b/client/gui/menus/screen_info.tscn
index 5709b43a..6e6441d0 100644
--- a/client/gui/menus/screen_info.tscn
+++ b/client/gui/menus/screen_info.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=5 format=3 uid="uid://dgtdfctc0x78v"]
+[gd_scene format=3 uid="uid://dgtdfctc0x78v"]
[ext_resource type="Shader" uid="uid://b7p7umdb51hhn" path="res://gui/resources/shaders/clouds_canvas_item.gdshader" id="1_ogbng"]
@@ -18,7 +18,7 @@ shader_parameter/noise = SubResource("NoiseTexture2D_07dxw")
shader_parameter/ccloud = Color(0.63119745, 0.6848105, 0.72822344, 1)
shader_parameter/csky = Color(0.2257854, 0.2183806, 0.60477614, 1)
-[node name="ScreenInfo" type="Control"]
+[node name="ScreenInfo" type="Control" unique_id=1334476146]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
@@ -26,7 +26,7 @@ anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
-[node name="ColorRect" type="ColorRect" parent="."]
+[node name="ColorRect" type="ColorRect" parent="." unique_id=642803588]
material = SubResource("ShaderMaterial_86n4b")
layout_mode = 1
anchors_preset = 15
@@ -35,7 +35,7 @@ anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
-[node name="MarginContainer" type="MarginContainer" parent="."]
+[node name="MarginContainer" type="MarginContainer" parent="." unique_id=2116706251]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
@@ -47,10 +47,10 @@ theme_override_constants/margin_top = 64
theme_override_constants/margin_right = 64
theme_override_constants/margin_bottom = 64
-[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
+[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer" unique_id=1504875155]
layout_mode = 2
-[node name="RichTextLabel" type="RichTextLabel" parent="MarginContainer/VBoxContainer"]
+[node name="RichTextLabel" type="RichTextLabel" parent="MarginContainer/VBoxContainer" unique_id=489259053]
layout_mode = 2
size_flags_vertical = 3
bbcode_enabled = true
diff --git a/client/gui/menus/settings/input/input_value_node.tscn b/client/gui/menus/settings/input/input_value_node.tscn
index 1b2e89c4..11997d6d 100644
--- a/client/gui/menus/settings/input/input_value_node.tscn
+++ b/client/gui/menus/settings/input/input_value_node.tscn
@@ -1,19 +1,19 @@
-[gd_scene load_steps=3 format=3 uid="uid://c6r0nv5daq7wc"]
+[gd_scene format=3 uid="uid://c6r0nv5daq7wc"]
[ext_resource type="Script" uid="uid://ckb78voiq05e3" path="res://gui/menus/settings/input/input_value_node.gd" id="1_snxax"]
[ext_resource type="Texture2D" uid="uid://cnfjbowd2i02r" path="res://gui/resources/icons/plus.svg" id="2_3vlvc"]
-[node name="InputValueNode" type="VBoxContainer"]
+[node name="InputValueNode" type="VBoxContainer" unique_id=533450939]
offset_right = 128.0
offset_bottom = 31.0
theme_override_constants/separation = 0
script = ExtResource("1_snxax")
-[node name="ActionsContainer" type="VBoxContainer" parent="."]
+[node name="ActionsContainer" type="VBoxContainer" parent="." unique_id=1714871417]
layout_mode = 2
theme_override_constants/separation = 0
-[node name="Add" type="Button" parent="."]
+[node name="Add" type="Button" parent="." unique_id=1977567965]
custom_minimum_size = Vector2(128, 0)
layout_mode = 2
size_flags_vertical = 3
diff --git a/client/gui/menus/settings/settings.tscn b/client/gui/menus/settings/settings.tscn
index 71549464..29874032 100644
--- a/client/gui/menus/settings/settings.tscn
+++ b/client/gui/menus/settings/settings.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=6 format=3 uid="uid://8ic77jmadadj"]
+[gd_scene format=3 uid="uid://8ic77jmadadj"]
[ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://gui/resources/theme/theme.tres" id="1_1vjiw"]
[ext_resource type="Script" uid="uid://bbqmsf8u5rhtn" path="res://gui/menus/settings/settings.gd" id="2_5xn7x"]
@@ -6,7 +6,7 @@
[ext_resource type="Material" uid="uid://beea1pc5nt67r" path="res://gui/resources/materials/dark_blur_material.tres" id="4_b0x33"]
[ext_resource type="Script" uid="uid://cmncjc06kadpe" path="res://gui/components/blur_setup.gd" id="5_dvivs"]
-[node name="SettingsMenu" type="Control"]
+[node name="SettingsMenu" type="Control" unique_id=47869629]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
@@ -17,7 +17,7 @@ theme = ExtResource("1_1vjiw")
script = ExtResource("2_5xn7x")
support_anim = false
-[node name="OuterGap" type="MarginContainer" parent="."]
+[node name="OuterGap" type="MarginContainer" parent="." unique_id=116100814]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
@@ -27,12 +27,12 @@ grow_vertical = 2
theme_override_constants/margin_left = 80
script = ExtResource("3_h533i")
-[node name="Panel" type="Panel" parent="OuterGap"]
+[node name="Panel" type="Panel" parent="OuterGap" unique_id=686950833]
material = ExtResource("4_b0x33")
layout_mode = 2
script = ExtResource("5_dvivs")
-[node name="InnerGap" type="MarginContainer" parent="OuterGap/Panel"]
+[node name="InnerGap" type="MarginContainer" parent="OuterGap/Panel" unique_id=475296017]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
@@ -44,16 +44,16 @@ theme_override_constants/margin_top = 40
theme_override_constants/margin_right = 40
theme_override_constants/margin_bottom = 40
-[node name="VBoxContainer" type="VBoxContainer" parent="OuterGap/Panel/InnerGap"]
+[node name="VBoxContainer" type="VBoxContainer" parent="OuterGap/Panel/InnerGap" unique_id=1596642785]
layout_mode = 2
-[node name="Title" type="Label" parent="OuterGap/Panel/InnerGap/VBoxContainer"]
+[node name="Title" type="Label" parent="OuterGap/Panel/InnerGap/VBoxContainer" unique_id=1055890814]
layout_mode = 2
size_flags_horizontal = 0
theme_override_font_sizes/font_size = 36
text = "c.menu.settings"
-[node name="Back" type="Button" parent="OuterGap/Panel/InnerGap/VBoxContainer"]
+[node name="Back" type="Button" parent="OuterGap/Panel/InnerGap/VBoxContainer" unique_id=285069063]
layout_mode = 2
size_flags_vertical = 8
text = "c.settings.apply"
diff --git a/client/gui/menus/settings/settings_row.tscn b/client/gui/menus/settings/settings_row.tscn
index 09378ab6..9b9783bb 100644
--- a/client/gui/menus/settings/settings_row.tscn
+++ b/client/gui/menus/settings/settings_row.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=7 format=3 uid="uid://o5e5vpem8w0k"]
+[gd_scene format=3 uid="uid://o5e5vpem8w0k"]
[ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://gui/resources/theme/theme.tres" id="1_iij3k"]
[ext_resource type="Script" uid="uid://b3m1f76o5qo68" path="res://gui/menus/settings/settings_row.gd" id="2_l8i7p"]
@@ -11,27 +11,27 @@ content_margin_left = 16.0
[sub_resource type="FontVariation" id="FontVariation_o6i7s"]
base_font = ExtResource("3_7k5da")
-[node name="SettingsRow" type="PanelContainer"]
+[node name="SettingsRow" type="PanelContainer" unique_id=1948353988]
offset_right = 105.0
offset_bottom = 23.0
size_flags_horizontal = 3
theme = ExtResource("1_iij3k")
script = ExtResource("2_l8i7p")
-[node name="HBoxContainer" type="HBoxContainer" parent="."]
+[node name="HBoxContainer" type="HBoxContainer" parent="." unique_id=523957987]
layout_mode = 2
-[node name="Label" type="Label" parent="HBoxContainer"]
+[node name="Label" type="Label" parent="HBoxContainer" unique_id=1327916149]
layout_mode = 2
size_flags_horizontal = 3
theme_override_styles/normal = SubResource("StyleBoxEmpty_pk3rs")
-[node name="BoxContainer" type="BoxContainer" parent="HBoxContainer"]
+[node name="BoxContainer" type="BoxContainer" parent="HBoxContainer" unique_id=926679424]
custom_minimum_size = Vector2(300, 50)
layout_mode = 2
alignment = 2
-[node name="Reset" type="Button" parent="HBoxContainer"]
+[node name="Reset" type="Button" parent="HBoxContainer" unique_id=1056996279]
layout_mode = 2
theme_override_fonts/font = SubResource("FontVariation_o6i7s")
theme_override_font_sizes/font_size = 24
diff --git a/client/gui/menus/setup/hairstyle_preview.tscn b/client/gui/menus/setup/hairstyle_preview.tscn
index ee4a65e9..81fe79b7 100644
--- a/client/gui/menus/setup/hairstyle_preview.tscn
+++ b/client/gui/menus/setup/hairstyle_preview.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=7 format=3 uid="uid://dfon56nwd2tgn"]
+[gd_scene format=3 uid="uid://dfon56nwd2tgn"]
[ext_resource type="Script" uid="uid://dvveoqur81l0s" path="res://gui/menus/setup/hairstyle_preview.gd" id="1_0qdmv"]
[ext_resource type="Shader" uid="uid://qjrh2imc53u1" path="res://gui/resources/shaders/grayscale.gdshader" id="1_sf0gc"]
@@ -12,44 +12,44 @@ viewport_path = NodePath("HairViewport")
[sub_resource type="ButtonGroup" id="ButtonGroup_c5p7t"]
-[node name="HairstylePreview" type="VBoxContainer"]
+[node name="HairstylePreview" type="VBoxContainer" unique_id=528079266]
offset_right = 40.0
offset_bottom = 40.0
script = ExtResource("1_0qdmv")
-[node name="Preview" type="TextureRect" parent="."]
+[node name="Preview" type="TextureRect" parent="." unique_id=533401392]
material = SubResource("ShaderMaterial_entrs")
layout_mode = 2
texture = SubResource("ViewportTexture_giuq2")
-[node name="Select" type="CheckBox" parent="."]
+[node name="Select" type="CheckBox" parent="." unique_id=1919288280]
layout_mode = 2
button_group = SubResource("ButtonGroup_c5p7t")
text = "Hairstyle 1"
-[node name="HairViewport" type="SubViewport" parent="."]
+[node name="HairViewport" type="SubViewport" parent="." unique_id=1740411305]
own_world_3d = true
transparent_bg = true
msaa_3d = 1
size = Vector2i(128, 128)
-[node name="Node3D" type="Node3D" parent="HairViewport"]
+[node name="Node3D" type="Node3D" parent="HairViewport" unique_id=880401079]
-[node name="Camera3D" type="Camera3D" parent="HairViewport/Node3D"]
+[node name="Camera3D" type="Camera3D" parent="HairViewport/Node3D" unique_id=1793031655]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.75, 1.5)
fov = 25.5
-[node name="Character" parent="HairViewport/Node3D" instance=ExtResource("2_jtitc")]
+[node name="Character" parent="HairViewport/Node3D" unique_id=186667018 instance=ExtResource("2_jtitc")]
-[node name="SpotLight3D" type="SpotLight3D" parent="HairViewport/Node3D"]
+[node name="SpotLight3D" type="SpotLight3D" parent="HairViewport/Node3D" unique_id=1171647836]
transform = Transform3D(0.866025, 0, -0.5, 0, 1, 0, 0.5, 0, 0.866025, -2, 0, 2)
-[node name="SpotLight3D2" type="SpotLight3D" parent="HairViewport/Node3D"]
+[node name="SpotLight3D2" type="SpotLight3D" parent="HairViewport/Node3D" unique_id=2048802047]
transform = Transform3D(0.876399, 0, 0.481585, 0, 1, 0, -0.481585, 0, 0.876399, 2, 0.499189, 2)
light_color = Color(0.857819, 0.80038, 0.775519, 1)
light_energy = 4.11
-[node name="SpotLight3D3" type="SpotLight3D" parent="HairViewport/Node3D"]
+[node name="SpotLight3D3" type="SpotLight3D" parent="HairViewport/Node3D" unique_id=302072119]
transform = Transform3D(-0.965926, 0, -0.258819, -0.129409, 0.866025, 0.482963, 0.224144, 0.5, -0.836516, -1, 2, -2)
light_color = Color(0.540595, 0.865144, 1, 1)
light_energy = 8.2
diff --git a/client/gui/menus/setup/setup.tscn b/client/gui/menus/setup/setup.tscn
index a3a5ce5d..9254e9d3 100644
--- a/client/gui/menus/setup/setup.tscn
+++ b/client/gui/menus/setup/setup.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=16 format=3 uid="uid://ddl3efikvqp66"]
+[gd_scene format=3 uid="uid://ddl3efikvqp66"]
[ext_resource type="Script" uid="uid://dxn6ow6hiwhbf" path="res://gui/menus/setup/setup.gd" id="1_mo46n"]
[ext_resource type="Theme" uid="uid://ci2qajdoa1an1" path="res://gui/resources/theme/paper.tres" id="1_yq0aa"]
@@ -63,7 +63,7 @@ corner_radius_bottom_left = 10
[sub_resource type="FontVariation" id="FontVariation_2cc7p"]
base_font = ExtResource("3_2vg4d")
-[node name="SetupMenu" type="Control"]
+[node name="SetupMenu" type="Control" unique_id=404427509]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
@@ -72,13 +72,11 @@ grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_mo46n")
-[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
-libraries = {
-&"": SubResource("AnimationLibrary_wjgak")
-}
+[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=801678418]
+libraries/ = SubResource("AnimationLibrary_wjgak")
speed_scale = 2.0
-[node name="ScrollContainer" type="ScrollContainer" parent="."]
+[node name="ScrollContainer" type="ScrollContainer" parent="." unique_id=453732115]
clip_contents = false
layout_mode = 1
anchors_preset = 15
@@ -90,13 +88,13 @@ follow_focus = true
horizontal_scroll_mode = 0
script = ExtResource("2_4caf2")
-[node name="Control" type="Control" parent="ScrollContainer"]
+[node name="Control" type="Control" parent="ScrollContainer" unique_id=926239249]
custom_minimum_size = Vector2(0, 1500)
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
-[node name="TextureRect" type="TextureRect" parent="ScrollContainer/Control"]
+[node name="TextureRect" type="TextureRect" parent="ScrollContainer/Control" unique_id=193277072]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
@@ -113,7 +111,7 @@ rotation = 0.0174533
theme = ExtResource("1_yq0aa")
texture = SubResource("NoiseTexture2D_bvvl7")
-[node name="Hole1" type="Panel" parent="ScrollContainer/Control/TextureRect"]
+[node name="Hole1" type="Panel" parent="ScrollContainer/Control/TextureRect" unique_id=1669256894]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
@@ -128,7 +126,7 @@ grow_horizontal = 2
grow_vertical = 2
theme_override_styles/panel = SubResource("StyleBoxFlat_e7xn5")
-[node name="Hole2" type="Panel" parent="ScrollContainer/Control/TextureRect"]
+[node name="Hole2" type="Panel" parent="ScrollContainer/Control/TextureRect" unique_id=1933964118]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
@@ -143,7 +141,7 @@ grow_horizontal = 2
grow_vertical = 2
theme_override_styles/panel = SubResource("StyleBoxFlat_e7xn5")
-[node name="PaperMargin" type="MarginContainer" parent="ScrollContainer/Control/TextureRect"]
+[node name="PaperMargin" type="MarginContainer" parent="ScrollContainer/Control/TextureRect" unique_id=259726363]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
@@ -151,26 +149,26 @@ anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
-[node name="Contents" type="VBoxContainer" parent="ScrollContainer/Control/TextureRect/PaperMargin"]
+[node name="Contents" type="VBoxContainer" parent="ScrollContainer/Control/TextureRect/PaperMargin" unique_id=762897518]
layout_mode = 2
-[node name="Title" type="Label" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"]
+[node name="Title" type="Label" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents" unique_id=444263773]
layout_mode = 2
size_flags_horizontal = 4
theme_override_font_sizes/font_size = 30
text = "c.setup.contract_title"
-[node name="Sep" type="HSeparator" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"]
+[node name="Sep" type="HSeparator" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents" unique_id=597860934]
layout_mode = 2
-[node name="Intro" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"]
+[node name="Intro" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents" unique_id=1526857931]
layout_mode = 2
bbcode_enabled = true
text = "c.setup.contract_desc"
fit_content = true
scroll_active = false
-[node name="Name" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"]
+[node name="Name" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents" unique_id=1957936520]
layout_mode = 2
bbcode_enabled = true
text = "c.setup.name"
@@ -178,18 +176,18 @@ fit_content = true
scroll_active = false
text_direction = 3
-[node name="NameEntry" type="HBoxContainer" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"]
+[node name="NameEntry" type="HBoxContainer" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents" unique_id=981353664]
layout_mode = 2
-[node name="LineEdit" type="LineEdit" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/NameEntry"]
+[node name="LineEdit" type="LineEdit" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/NameEntry" unique_id=656391196]
custom_minimum_size = Vector2(300, 30)
layout_mode = 2
max_length = 32
-[node name="Control" type="Control" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/NameEntry"]
+[node name="Control" type="Control" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/NameEntry" unique_id=1004452718]
layout_mode = 2
-[node name="Position" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"]
+[node name="Position" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents" unique_id=2100745661]
layout_mode = 2
bbcode_enabled = true
text = "c.setup.position"
@@ -197,17 +195,17 @@ fit_content = true
scroll_active = false
text_direction = 3
-[node name="PositionEntry" type="HBoxContainer" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"]
+[node name="PositionEntry" type="HBoxContainer" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents" unique_id=699954849]
layout_mode = 2
-[node name="LineEdit" type="LineEdit" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/PositionEntry"]
+[node name="LineEdit" type="LineEdit" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/PositionEntry" unique_id=1006902347]
custom_minimum_size = Vector2(300, 30)
layout_mode = 2
theme_override_colors/font_color = Color(0.458824, 0, 0, 1)
theme_override_colors/font_uneditable_color = Color(0.458824, 0, 0, 1)
editable = false
-[node name="LineEdit2" type="Label" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/PositionEntry/LineEdit"]
+[node name="LineEdit2" type="Label" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/PositionEntry/LineEdit" unique_id=931716188]
custom_minimum_size = Vector2(300, 30)
layout_mode = 1
offset_left = 9.97753
@@ -218,7 +216,7 @@ theme_override_colors/font_color = Color(0.458824, 0, 0, 1)
theme_override_fonts/font = ExtResource("3_2vg4d")
text = "c.setup.position.value"
-[node name="Uniform" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"]
+[node name="Uniform" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents" unique_id=134922495]
layout_mode = 2
bbcode_enabled = true
text = "c.setup.uniform"
@@ -226,11 +224,11 @@ fit_content = true
scroll_active = false
text_direction = 3
-[node name="SelectUniform" type="HBoxContainer" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"]
+[node name="SelectUniform" type="HBoxContainer" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents" unique_id=1348732855]
layout_mode = 2
alignment = 1
-[node name="Experience" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"]
+[node name="Experience" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents" unique_id=1585821122]
layout_mode = 2
bbcode_enabled = true
text = "c.setup.experience"
@@ -238,16 +236,16 @@ fit_content = true
scroll_active = false
text_direction = 3
-[node name="SelectExperience" type="HBoxContainer" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"]
+[node name="SelectExperience" type="HBoxContainer" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents" unique_id=1160761410]
layout_mode = 2
alignment = 1
-[node name="CheckBox" type="CheckBox" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/SelectExperience"]
+[node name="CheckBox" type="CheckBox" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/SelectExperience" unique_id=2127551975]
layout_mode = 2
text = "c.setup.experience.skip"
text_direction = 3
-[node name="Duties" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"]
+[node name="Duties" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents" unique_id=1120701239]
layout_mode = 2
bbcode_enabled = true
text = "c.setup.duties"
@@ -255,7 +253,7 @@ fit_content = true
scroll_active = false
text_direction = 3
-[node name="Terms" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"]
+[node name="Terms" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents" unique_id=2064820043]
layout_mode = 2
bbcode_enabled = true
text = "c.setup.additional_terms"
@@ -263,7 +261,7 @@ fit_content = true
scroll_active = false
text_direction = 3
-[node name="Compensation" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"]
+[node name="Compensation" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents" unique_id=395129177]
layout_mode = 2
bbcode_enabled = true
text = "c.setup.compensation"
@@ -271,14 +269,14 @@ fit_content = true
scroll_active = false
text_direction = 3
-[node name="CompensationEntry" type="HBoxContainer" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"]
+[node name="CompensationEntry" type="HBoxContainer" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents" unique_id=1052789456]
layout_mode = 2
-[node name="Spacer" type="Control" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/CompensationEntry"]
+[node name="Spacer" type="Control" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/CompensationEntry" unique_id=217082601]
custom_minimum_size = Vector2(15.045, 0)
layout_mode = 2
-[node name="Text1" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/CompensationEntry"]
+[node name="Text1" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/CompensationEntry" unique_id=1462759622]
custom_minimum_size = Vector2(100.08, 0)
layout_mode = 2
bbcode_enabled = true
@@ -287,13 +285,13 @@ fit_content = true
scroll_active = false
autowrap_mode = 0
-[node name="LineEdit" type="LineEdit" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/CompensationEntry"]
+[node name="LineEdit" type="LineEdit" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/CompensationEntry" unique_id=92292513]
custom_minimum_size = Vector2(50, 30)
layout_mode = 2
theme_override_colors/font_uneditable_color = Color(0.478431, 0, 0, 1)
editable = false
-[node name="LineEdit2" type="Label" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/CompensationEntry/LineEdit"]
+[node name="LineEdit2" type="Label" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/CompensationEntry/LineEdit" unique_id=1393543854]
custom_minimum_size = Vector2(50, 30)
layout_mode = 1
offset_left = 9.55965
@@ -304,27 +302,27 @@ theme_override_colors/font_color = Color(0.478431, 0, 0, 1)
theme_override_fonts/font = ExtResource("3_2vg4d")
text = "c.setup.compensation.salary"
-[node name="Text2" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/CompensationEntry"]
+[node name="Text2" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/CompensationEntry" unique_id=1170626801]
custom_minimum_size = Vector2(100.08, 0)
layout_mode = 2
bbcode_enabled = true
text = "c.setup.compensation.salary.suffix"
scroll_active = false
-[node name="Spacer" type="Control" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"]
+[node name="Spacer" type="Control" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents" unique_id=1081095665]
custom_minimum_size = Vector2(0, 200)
layout_mode = 2
-[node name="Signatures" type="HBoxContainer" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"]
+[node name="Signatures" type="HBoxContainer" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents" unique_id=1621874485]
layout_mode = 2
-[node name="EmployerMargin" type="MarginContainer" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/Signatures"]
+[node name="EmployerMargin" type="MarginContainer" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/Signatures" unique_id=1739540174]
layout_mode = 2
-[node name="Sign" type="VBoxContainer" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/Signatures/EmployerMargin"]
+[node name="Sign" type="VBoxContainer" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/Signatures/EmployerMargin" unique_id=1040025870]
layout_mode = 2
-[node name="Desc" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/Signatures/EmployerMargin/Sign"]
+[node name="Desc" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/Signatures/EmployerMargin/Sign" unique_id=531586924]
layout_mode = 2
theme_override_font_sizes/normal_font_size = 15
bbcode_enabled = true
@@ -333,7 +331,7 @@ fit_content = true
scroll_active = false
text_direction = 3
-[node name="Signature" type="Label" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/Signatures/EmployerMargin/Sign"]
+[node name="Signature" type="Label" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/Signatures/EmployerMargin/Sign" unique_id=883266746]
custom_minimum_size = Vector2(200, 80)
layout_mode = 2
theme_override_colors/font_color = Color(0.415686, 0.0253044, 0.135441, 1)
@@ -343,16 +341,16 @@ text = "c.setup.frank_signature"
horizontal_alignment = 1
vertical_alignment = 1
-[node name="Underline" type="HSeparator" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/Signatures/EmployerMargin/Sign"]
+[node name="Underline" type="HSeparator" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/Signatures/EmployerMargin/Sign" unique_id=1504477549]
layout_mode = 2
-[node name="EmployeeMargin" type="MarginContainer" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/Signatures"]
+[node name="EmployeeMargin" type="MarginContainer" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/Signatures" unique_id=669831450]
layout_mode = 2
-[node name="Sign" type="VBoxContainer" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/Signatures/EmployeeMargin"]
+[node name="Sign" type="VBoxContainer" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/Signatures/EmployeeMargin" unique_id=2121728827]
layout_mode = 2
-[node name="Desc" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/Signatures/EmployeeMargin/Sign"]
+[node name="Desc" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/Signatures/EmployeeMargin/Sign" unique_id=20375357]
layout_mode = 2
theme_override_font_sizes/normal_font_size = 15
bbcode_enabled = true
@@ -361,41 +359,41 @@ fit_content = true
scroll_active = false
text_direction = 3
-[node name="Signature" type="Button" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/Signatures/EmployeeMargin/Sign" groups=["no_click_sound"]]
+[node name="Signature" type="Button" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/Signatures/EmployeeMargin/Sign" unique_id=237647876 groups=["no_click_sound"]]
custom_minimum_size = Vector2(200, 80)
layout_mode = 2
text = "c.setup.user_signature"
-[node name="Underline" type="HSeparator" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/Signatures/EmployeeMargin/Sign"]
+[node name="Underline" type="HSeparator" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/Signatures/EmployeeMargin/Sign" unique_id=1899750452]
layout_mode = 2
-[node name="Back" type="Button" parent="."]
+[node name="Back" type="Button" parent="." unique_id=529132579]
layout_mode = 1
offset_right = 106.0
offset_bottom = 31.0
text = "c.menu.back"
-[node name="Page" type="AudioStreamPlayer" parent="."]
+[node name="Page" type="AudioStreamPlayer" parent="." unique_id=1328578081]
stream = ExtResource("5_xac6d")
volume_db = -16.0
autoplay = true
-[node name="Sign" type="AudioStreamPlayer" parent="."]
+[node name="Sign" type="AudioStreamPlayer" parent="." unique_id=83399550]
stream = ExtResource("6_wf0gh")
volume_db = -16.0
-[node name="Background" type="Node3D" parent="."]
+[node name="Background" type="Node3D" parent="." unique_id=2140117190]
-[node name="Camera3D" type="Camera3D" parent="Background"]
+[node name="Camera3D" type="Camera3D" parent="Background" unique_id=178945527]
transform = Transform3D(1, 0, 0, 0, 0.9781476, 0.2079117, 0, -0.2079117, 0.9781476, 0, 1.125, 2.75)
fov = 40.0
-[node name="OmniLight3D" type="OmniLight3D" parent="Background"]
+[node name="OmniLight3D" type="OmniLight3D" parent="Background" unique_id=848182505]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.9320438, 1.5322332, 4.4919252)
light_color = Color(0.91730624, 0.87936515, 0.8454916, 1)
omni_range = 16.873302
-[node name="KitchenBackground" parent="Background" instance=ExtResource("7_k81bu")]
+[node name="KitchenBackground" parent="Background" unique_id=506434831 instance=ExtResource("7_k81bu")]
transform = Transform3D(0.8660254, 0, 0.5, 0, 1, 0, -0.5, 0, 0.8660254, 0, 0, 0)
[connection signal="pressed" from="ScrollContainer/Control/TextureRect/PaperMargin/Contents/Signatures/EmployeeMargin/Sign/Signature" to="." method="_on_sign_pressed"]
diff --git a/client/gui/menus/transition/scene_transition.tscn b/client/gui/menus/transition/scene_transition.tscn
index 0bf91348..f7a81183 100644
--- a/client/gui/menus/transition/scene_transition.tscn
+++ b/client/gui/menus/transition/scene_transition.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=11 format=3 uid="uid://bg2d78ycorcqk"]
+[gd_scene format=3 uid="uid://bg2d78ycorcqk"]
[ext_resource type="Script" uid="uid://ciml1u2x4f1ci" path="res://gui/menus/transition/scene_transition.gd" id="1_fpbwj"]
[ext_resource type="Shader" uid="uid://bmxrbbw18xq7u" path="res://gui/menus/transition/text_loading_anim.gdshader" id="2_g21ck"]
@@ -81,7 +81,7 @@ shader = ExtResource("2_g21ck")
[sub_resource type="LabelSettings" id="LabelSettings_e6dcd"]
font_size = 34
-[node name="SceneTransition" type="Control"]
+[node name="SceneTransition" type="Control" unique_id=1141390469]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
@@ -90,12 +90,10 @@ grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_fpbwj")
-[node name="black_fader" type="AnimationPlayer" parent="."]
-libraries = {
-&"": SubResource("AnimationLibrary_00tv0")
-}
+[node name="black_fader" type="AnimationPlayer" parent="." unique_id=209744426]
+libraries/ = SubResource("AnimationLibrary_00tv0")
-[node name="black" type="ColorRect" parent="."]
+[node name="black" type="ColorRect" parent="." unique_id=275752521]
visible = false
layout_mode = 1
anchors_preset = 15
@@ -106,12 +104,10 @@ grow_vertical = 2
mouse_filter = 2
color = Color(0, 0, 0, 1)
-[node name="text_fader" type="AnimationPlayer" parent="."]
-libraries = {
-&"": SubResource("AnimationLibrary_pea72")
-}
+[node name="text_fader" type="AnimationPlayer" parent="." unique_id=1775963619]
+libraries/ = SubResource("AnimationLibrary_pea72")
-[node name="text_margin" type="MarginContainer" parent="."]
+[node name="text_margin" type="MarginContainer" parent="." unique_id=1336652601]
layout_mode = 1
anchors_preset = 2
anchor_top = 1.0
@@ -125,7 +121,7 @@ theme_override_constants/margin_top = 50
theme_override_constants/margin_right = 50
theme_override_constants/margin_bottom = 50
-[node name="text" type="Label" parent="text_margin"]
+[node name="text" type="Label" parent="text_margin" unique_id=1553303999]
modulate = Color(1, 1, 1, 0)
material = SubResource("ShaderMaterial_00tv0")
layout_mode = 2
diff --git a/client/gui/overlays/announce_title.tscn b/client/gui/overlays/announce_title.tscn
index 79ec11e8..b2e4dcc6 100644
--- a/client/gui/overlays/announce_title.tscn
+++ b/client/gui/overlays/announce_title.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=10 format=3 uid="uid://c7pykhpdhgs64"]
+[gd_scene format=3 uid="uid://c7pykhpdhgs64"]
[ext_resource type="Script" uid="uid://ci08whhm2ej1m" path="res://gui/overlays/announce_title.gd" id="1_6bcyw"]
[ext_resource type="FontFile" uid="uid://bo4vh5xkpvrh1" path="res://gui/resources/fonts/font-sansita-swashed.woff2" id="2_037n2"]
@@ -320,13 +320,13 @@ _data = {
&"fade_out_quick": SubResource("Animation_deqe4")
}
-[node name="AnnounceTitle" type="Control"]
+[node name="AnnounceTitle" type="Control" unique_id=343666759]
visible = false
layout_mode = 3
anchors_preset = 0
script = ExtResource("1_6bcyw")
-[node name="Center" type="Control" parent="."]
+[node name="Center" type="Control" parent="." unique_id=1028083340]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
@@ -336,11 +336,11 @@ anchor_bottom = 0.5
grow_horizontal = 2
grow_vertical = 2
-[node name="Node2D" type="Node2D" parent="Center"]
+[node name="Node2D" type="Node2D" parent="Center" unique_id=2095678670]
modulate = Color(1, 1, 1, 0)
scale = Vector2(1e-05, 1e-05)
-[node name="Label" type="Label" parent="Center/Node2D"]
+[node name="Label" type="Label" parent="Center/Node2D" unique_id=267605128]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
@@ -361,14 +361,12 @@ text = "GO!"
horizontal_alignment = 1
vertical_alignment = 1
-[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
-libraries = {
-&"": SubResource("AnimationLibrary_deqe4")
-}
+[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=237178568]
+libraries/ = SubResource("AnimationLibrary_deqe4")
-[node name="PreperationTimer" type="Timer" parent="."]
+[node name="PreperationTimer" type="Timer" parent="." unique_id=806142906]
one_shot = true
-[node name="InitialDelay" type="Timer" parent="."]
+[node name="InitialDelay" type="Timer" parent="." unique_id=1150912956]
wait_time = 0.5
one_shot = true
diff --git a/client/gui/overlays/chat.tscn b/client/gui/overlays/chat.tscn
index 115f4d14..b7a190de 100644
--- a/client/gui/overlays/chat.tscn
+++ b/client/gui/overlays/chat.tscn
@@ -1,11 +1,11 @@
-[gd_scene load_steps=5 format=3 uid="uid://xcxbmynn8mhi"]
+[gd_scene format=3 uid="uid://xcxbmynn8mhi"]
[ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://gui/resources/theme/theme.tres" id="1_lmy51"]
[ext_resource type="Script" uid="uid://bgt04y4ncl1fv" path="res://gui/overlays/chat.gd" id="2_3543w"]
[ext_resource type="Material" uid="uid://beea1pc5nt67r" path="res://gui/resources/materials/dark_blur_material.tres" id="3_15i2y"]
[ext_resource type="Script" uid="uid://cmncjc06kadpe" path="res://gui/components/blur_setup.gd" id="4_3rmhr"]
-[node name="ChatPreview" type="Control"]
+[node name="ChatPreview" type="Control" unique_id=1086008487]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
@@ -16,17 +16,17 @@ mouse_filter = 2
theme = ExtResource("1_lmy51")
script = ExtResource("2_3543w")
-[node name="MarginContainer" type="MarginContainer" parent="."]
+[node name="MarginContainer" type="MarginContainer" parent="." unique_id=468015652]
layout_mode = 0
anchor_bottom = 1.0
offset_right = 296.0
grow_vertical = 2
-[node name="ScrollContainer" type="ScrollContainer" parent="MarginContainer"]
+[node name="ScrollContainer" type="ScrollContainer" parent="MarginContainer" unique_id=1928434577]
layout_mode = 2
horizontal_scroll_mode = 0
-[node name="PanelContainer" type="PanelContainer" parent="MarginContainer/ScrollContainer"]
+[node name="PanelContainer" type="PanelContainer" parent="MarginContainer/ScrollContainer" unique_id=547642679]
material = ExtResource("3_15i2y")
layout_mode = 2
size_flags_horizontal = 3
@@ -34,6 +34,6 @@ size_flags_vertical = 10
mouse_filter = 2
script = ExtResource("4_3rmhr")
-[node name="Messages" type="VBoxContainer" parent="MarginContainer/ScrollContainer/PanelContainer"]
+[node name="Messages" type="VBoxContainer" parent="MarginContainer/ScrollContainer/PanelContainer" unique_id=76448729]
layout_mode = 2
mouse_filter = 2
diff --git a/client/gui/overlays/controls_visualization/controller/controller_explanation.tscn b/client/gui/overlays/controls_visualization/controller/controller_explanation.tscn
index 410f2592..dbe17ee3 100644
--- a/client/gui/overlays/controls_visualization/controller/controller_explanation.tscn
+++ b/client/gui/overlays/controls_visualization/controller/controller_explanation.tscn
@@ -1,11 +1,11 @@
-[gd_scene load_steps=5 format=3 uid="uid://ceex0cpjrb81p"]
+[gd_scene format=3 uid="uid://ceex0cpjrb81p"]
[ext_resource type="Script" uid="uid://dsg537e6dc68" path="res://gui/overlays/controls_visualization/controller/controller_explanation.gd" id="1_n0s1n"]
[ext_resource type="FontVariation" uid="uid://cl6m4hqsnrpav" path="res://gui/resources/fonts/sansita-swashed-bold.tres" id="2_ewgm4"]
[ext_resource type="Texture2D" uid="uid://cf8hrxilqe2ih" path="res://gui/overlays/controls_visualization/arrow.svg" id="3_565r1"]
[ext_resource type="Texture2D" uid="uid://doo07i13vtb34" path="res://gui/overlays/controls_visualization/controller/controller.svg" id="5_nalwd"]
-[node name="ControllerExplanation" type="Control"]
+[node name="ControllerExplanation" type="Control" unique_id=225005545]
custom_minimum_size = Vector2(0, 450)
layout_mode = 3
anchors_preset = 15
@@ -16,7 +16,7 @@ grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_n0s1n")
-[node name="Control" type="Control" parent="."]
+[node name="Control" type="Control" parent="." unique_id=612138847]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
@@ -26,40 +26,40 @@ anchor_bottom = 0.5
grow_horizontal = 2
grow_vertical = 2
-[node name="Node2D" type="Node2D" parent="Control"]
+[node name="Node2D" type="Node2D" parent="Control" unique_id=1382260045]
position = Vector2(0, 50)
-[node name="Controller" type="Sprite2D" parent="Control/Node2D"]
+[node name="Controller" type="Sprite2D" parent="Control/Node2D" unique_id=443484705]
scale = Vector2(0.4, 0.4)
texture = ExtResource("5_nalwd")
-[node name="Arrow" type="Sprite2D" parent="Control/Node2D"]
+[node name="Arrow" type="Sprite2D" parent="Control/Node2D" unique_id=2024226522]
position = Vector2(-250, -150)
rotation = 1.5707964
scale = Vector2(0.5, 0.5)
texture = ExtResource("3_565r1")
-[node name="Arrow4" type="Sprite2D" parent="Control/Node2D"]
+[node name="Arrow4" type="Sprite2D" parent="Control/Node2D" unique_id=366803430]
position = Vector2(45, -150)
scale = Vector2(0.5, -0.5)
texture = ExtResource("3_565r1")
-[node name="Arrow2" type="Sprite2D" parent="Control/Node2D"]
+[node name="Arrow2" type="Sprite2D" parent="Control/Node2D" unique_id=2011085377]
position = Vector2(260, -140)
rotation = 1.5707963
scale = Vector2(0.5, -0.5)
texture = ExtResource("3_565r1")
-[node name="Arrow3" type="Sprite2D" parent="Control/Node2D"]
+[node name="Arrow3" type="Sprite2D" parent="Control/Node2D" unique_id=1350514919]
position = Vector2(215, 20)
rotation = -1.5707964
scale = Vector2(0.5, 0.5)
texture = ExtResource("3_565r1")
-[node name="Move" type="Node2D" parent="Control/Node2D"]
+[node name="Move" type="Node2D" parent="Control/Node2D" unique_id=1101261466]
position = Vector2(-330, -175)
-[node name="Label" type="Label" parent="Control/Node2D/Move"]
+[node name="Label" type="Label" parent="Control/Node2D/Move" unique_id=1806122210]
anchors_preset = 6
anchor_left = 1.0
anchor_top = 0.5
@@ -75,10 +75,10 @@ theme_override_font_sizes/font_size = 40
text = "c.controls_explanation.move"
horizontal_alignment = 2
-[node name="Boost" type="Node2D" parent="Control/Node2D"]
+[node name="Boost" type="Node2D" parent="Control/Node2D" unique_id=1174801668]
position = Vector2(335, -165)
-[node name="Label" type="Label" parent="Control/Node2D/Boost"]
+[node name="Label" type="Label" parent="Control/Node2D/Boost" unique_id=372533033]
anchors_preset = 4
anchor_top = 0.5
anchor_bottom = 0.5
@@ -90,10 +90,10 @@ theme_override_fonts/font = ExtResource("2_ewgm4")
theme_override_font_sizes/font_size = 40
text = "c.controls_explanation.boost"
-[node name="InteractRight" type="Node2D" parent="Control/Node2D"]
+[node name="InteractRight" type="Node2D" parent="Control/Node2D" unique_id=629169846]
position = Vector2(290, 25)
-[node name="Label" type="Label" parent="Control/Node2D/InteractRight"]
+[node name="Label" type="Label" parent="Control/Node2D/InteractRight" unique_id=1237574916]
anchors_preset = 4
anchor_top = 0.5
anchor_bottom = 0.5
@@ -105,10 +105,10 @@ theme_override_fonts/font = ExtResource("2_ewgm4")
theme_override_font_sizes/font_size = 40
text = "c.controls_explanation.interact_right"
-[node name="InteractLeft" type="Node2D" parent="Control/Node2D"]
+[node name="InteractLeft" type="Node2D" parent="Control/Node2D" unique_id=1696365379]
position = Vector2(20, -250)
-[node name="Label" type="Label" parent="Control/Node2D/InteractLeft"]
+[node name="Label" type="Label" parent="Control/Node2D/InteractLeft" unique_id=558541274]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
diff --git a/client/gui/overlays/controls_visualization/explanation.tscn b/client/gui/overlays/controls_visualization/explanation.tscn
index e102fa85..afe5bdaf 100644
--- a/client/gui/overlays/controls_visualization/explanation.tscn
+++ b/client/gui/overlays/controls_visualization/explanation.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=8 format=3 uid="uid://c7g5gpiyofmu8"]
+[gd_scene format=3 uid="uid://c7g5gpiyofmu8"]
[ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://gui/resources/theme/theme.tres" id="1_81hfk"]
[ext_resource type="Script" uid="uid://bs2xryd5vamjf" path="res://gui/overlays/controls_visualization/explanation.gd" id="2_lxysr"]
@@ -8,7 +8,7 @@
[ext_resource type="PackedScene" uid="uid://wwj1ow1f437s" path="res://gui/overlays/controls_visualization/keyboard/keyboard_explanation.tscn" id="5_v3ijr"]
[ext_resource type="PackedScene" uid="uid://ceex0cpjrb81p" path="res://gui/overlays/controls_visualization/controller/controller_explanation.tscn" id="7_yuxcv"]
-[node name="Explanation" type="Control"]
+[node name="Explanation" type="Control" unique_id=1844082160]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
@@ -19,7 +19,7 @@ theme = ExtResource("1_81hfk")
script = ExtResource("2_lxysr")
support_anim = false
-[node name="MarginContainer" type="MarginContainer" parent="."]
+[node name="MarginContainer" type="MarginContainer" parent="." unique_id=1783444226]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
@@ -29,38 +29,38 @@ grow_vertical = 2
script = ExtResource("2_m528b")
metadata/_custom_type_script = "uid://byshs20og68tn"
-[node name="PanelContainer" type="PanelContainer" parent="MarginContainer"]
+[node name="PanelContainer" type="PanelContainer" parent="MarginContainer" unique_id=1011034861]
material = ExtResource("3_pomap")
layout_mode = 2
script = ExtResource("4_v3ijr")
-[node name="SmartMarginContainer" type="MarginContainer" parent="MarginContainer/PanelContainer"]
+[node name="SmartMarginContainer" type="MarginContainer" parent="MarginContainer/PanelContainer" unique_id=412197848]
layout_mode = 2
script = ExtResource("2_m528b")
metadata/_custom_type_script = "uid://byshs20og68tn"
-[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/PanelContainer/SmartMarginContainer"]
+[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/PanelContainer/SmartMarginContainer" unique_id=801432498]
layout_mode = 2
-[node name="Title" type="Label" parent="MarginContainer/PanelContainer/SmartMarginContainer/VBoxContainer"]
+[node name="Title" type="Label" parent="MarginContainer/PanelContainer/SmartMarginContainer/VBoxContainer" unique_id=1143098368]
layout_mode = 2
theme_override_font_sizes/font_size = 36
text = "c.settings.input"
horizontal_alignment = 1
-[node name="KeyboardExplanation" parent="MarginContainer/PanelContainer/SmartMarginContainer/VBoxContainer" instance=ExtResource("5_v3ijr")]
+[node name="KeyboardExplanation" parent="MarginContainer/PanelContainer/SmartMarginContainer/VBoxContainer" unique_id=1601826141 instance=ExtResource("5_v3ijr")]
visible = false
layout_mode = 2
-[node name="ControllerExplanation" parent="MarginContainer/PanelContainer/SmartMarginContainer/VBoxContainer" instance=ExtResource("7_yuxcv")]
+[node name="ControllerExplanation" parent="MarginContainer/PanelContainer/SmartMarginContainer/VBoxContainer" unique_id=2048880330 instance=ExtResource("7_yuxcv")]
visible = false
layout_mode = 2
-[node name="Spacer" type="Control" parent="MarginContainer/PanelContainer/SmartMarginContainer/VBoxContainer"]
+[node name="Spacer" type="Control" parent="MarginContainer/PanelContainer/SmartMarginContainer/VBoxContainer" unique_id=846502741]
layout_mode = 2
size_flags_vertical = 3
-[node name="Accept" type="Button" parent="MarginContainer/PanelContainer/SmartMarginContainer/VBoxContainer"]
+[node name="Accept" type="Button" parent="MarginContainer/PanelContainer/SmartMarginContainer/VBoxContainer" unique_id=1036973256]
layout_mode = 2
size_flags_horizontal = 4
text = "c.menu.accept"
diff --git a/client/gui/overlays/controls_visualization/keyboard/keyboard_button.tscn b/client/gui/overlays/controls_visualization/keyboard/keyboard_button.tscn
index e4462464..09f1eb04 100644
--- a/client/gui/overlays/controls_visualization/keyboard/keyboard_button.tscn
+++ b/client/gui/overlays/controls_visualization/keyboard/keyboard_button.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=2 format=3 uid="uid://dj7tqrgpdja42"]
+[gd_scene format=3 uid="uid://dj7tqrgpdja42"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ilwpo"]
content_margin_left = 5.0
@@ -17,7 +17,7 @@ corner_radius_bottom_right = 15
corner_radius_bottom_left = 15
shadow_size = 3
-[node name="KeyboardButton" type="Button"]
+[node name="KeyboardButton" type="Button" unique_id=744392589]
custom_minimum_size = Vector2(75, 75)
offset_right = 8.0
offset_bottom = 8.0
diff --git a/client/gui/overlays/controls_visualization/keyboard/keyboard_explanation.tscn b/client/gui/overlays/controls_visualization/keyboard/keyboard_explanation.tscn
index 54001686..3c68c8fe 100644
--- a/client/gui/overlays/controls_visualization/keyboard/keyboard_explanation.tscn
+++ b/client/gui/overlays/controls_visualization/keyboard/keyboard_explanation.tscn
@@ -1,11 +1,11 @@
-[gd_scene load_steps=5 format=3 uid="uid://wwj1ow1f437s"]
+[gd_scene format=3 uid="uid://wwj1ow1f437s"]
[ext_resource type="Script" uid="uid://dekpmw0i03eyi" path="res://gui/overlays/controls_visualization/keyboard/keyboard_explanation.gd" id="1_ubxjd"]
[ext_resource type="PackedScene" uid="uid://dj7tqrgpdja42" path="res://gui/overlays/controls_visualization/keyboard/keyboard_button.tscn" id="2_8nrgi"]
[ext_resource type="FontVariation" uid="uid://cl6m4hqsnrpav" path="res://gui/resources/fonts/sansita-swashed-bold.tres" id="3_nvtkh"]
[ext_resource type="Texture2D" uid="uid://cf8hrxilqe2ih" path="res://gui/overlays/controls_visualization/arrow.svg" id="4_mjakv"]
-[node name="KeyboardExplanation" type="Control"]
+[node name="KeyboardExplanation" type="Control" unique_id=651660867]
custom_minimum_size = Vector2(0, 450)
layout_mode = 3
anchors_preset = 15
@@ -15,7 +15,7 @@ grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_ubxjd")
-[node name="VBoxContainer" type="HBoxContainer" parent="."]
+[node name="VBoxContainer" type="HBoxContainer" parent="." unique_id=484836512]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
@@ -23,17 +23,17 @@ anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
-[node name="Control" type="Control" parent="VBoxContainer"]
+[node name="Control" type="Control" parent="VBoxContainer" unique_id=1305117984]
custom_minimum_size = Vector2(400, 375)
layout_mode = 2
size_flags_vertical = 4
-[node name="WASD" type="Node2D" parent="VBoxContainer/Control"]
+[node name="WASD" type="Node2D" parent="VBoxContainer/Control" unique_id=1579800839]
-[node name="Node2D" type="Node2D" parent="VBoxContainer/Control/WASD"]
+[node name="Node2D" type="Node2D" parent="VBoxContainer/Control/WASD" unique_id=341970939]
position = Vector2(200, 100)
-[node name="KeyboardButton" parent="VBoxContainer/Control/WASD/Node2D" instance=ExtResource("2_8nrgi")]
+[node name="KeyboardButton" parent="VBoxContainer/Control/WASD/Node2D" unique_id=2048931801 instance=ExtResource("2_8nrgi")]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
@@ -47,10 +47,10 @@ grow_horizontal = 2
grow_vertical = 2
text = "W"
-[node name="Node2D2" type="Node2D" parent="VBoxContainer/Control/WASD"]
+[node name="Node2D2" type="Node2D" parent="VBoxContainer/Control/WASD" unique_id=799400559]
position = Vector2(200, 175)
-[node name="KeyboardButton" parent="VBoxContainer/Control/WASD/Node2D2" instance=ExtResource("2_8nrgi")]
+[node name="KeyboardButton" parent="VBoxContainer/Control/WASD/Node2D2" unique_id=33904465 instance=ExtResource("2_8nrgi")]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
@@ -64,10 +64,10 @@ grow_horizontal = 2
grow_vertical = 2
text = "S"
-[node name="Node2D3" type="Node2D" parent="VBoxContainer/Control/WASD"]
+[node name="Node2D3" type="Node2D" parent="VBoxContainer/Control/WASD" unique_id=217001624]
position = Vector2(125, 175)
-[node name="KeyboardButton" parent="VBoxContainer/Control/WASD/Node2D3" instance=ExtResource("2_8nrgi")]
+[node name="KeyboardButton" parent="VBoxContainer/Control/WASD/Node2D3" unique_id=98593509 instance=ExtResource("2_8nrgi")]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
@@ -80,10 +80,10 @@ offset_bottom = 24.5
grow_horizontal = 2
grow_vertical = 2
-[node name="Node2D4" type="Node2D" parent="VBoxContainer/Control/WASD"]
+[node name="Node2D4" type="Node2D" parent="VBoxContainer/Control/WASD" unique_id=1178217426]
position = Vector2(275, 175)
-[node name="KeyboardButton" parent="VBoxContainer/Control/WASD/Node2D4" instance=ExtResource("2_8nrgi")]
+[node name="KeyboardButton" parent="VBoxContainer/Control/WASD/Node2D4" unique_id=670344825 instance=ExtResource("2_8nrgi")]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
@@ -97,10 +97,10 @@ grow_horizontal = 2
grow_vertical = 2
text = "D"
-[node name="Node2D5" type="Node2D" parent="VBoxContainer/Control/WASD"]
+[node name="Node2D5" type="Node2D" parent="VBoxContainer/Control/WASD" unique_id=1418657218]
position = Vector2(200, 275)
-[node name="Label" type="Label" parent="VBoxContainer/Control/WASD/Node2D5"]
+[node name="Label" type="Label" parent="VBoxContainer/Control/WASD/Node2D5" unique_id=2144646890]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
@@ -116,22 +116,22 @@ theme_override_fonts/font = ExtResource("3_nvtkh")
theme_override_font_sizes/font_size = 40
text = "c.controls_explanation.move"
-[node name="Spacer" type="Control" parent="VBoxContainer"]
+[node name="Spacer" type="Control" parent="VBoxContainer" unique_id=1026478006]
layout_mode = 2
size_flags_horizontal = 3
-[node name="Control2" type="Control" parent="VBoxContainer"]
+[node name="Control2" type="Control" parent="VBoxContainer" unique_id=1412018875]
custom_minimum_size = Vector2(750, 450)
layout_mode = 2
size_flags_vertical = 4
-[node name="JKL" type="Node2D" parent="VBoxContainer/Control2"]
+[node name="JKL" type="Node2D" parent="VBoxContainer/Control2" unique_id=1177184769]
position = Vector2(150, 0)
-[node name="K" type="Node2D" parent="VBoxContainer/Control2/JKL"]
+[node name="K" type="Node2D" parent="VBoxContainer/Control2/JKL" unique_id=774521440]
position = Vector2(200, 175)
-[node name="KeyboardButton" parent="VBoxContainer/Control2/JKL/K" instance=ExtResource("2_8nrgi")]
+[node name="KeyboardButton" parent="VBoxContainer/Control2/JKL/K" unique_id=1633407160 instance=ExtResource("2_8nrgi")]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
@@ -145,10 +145,10 @@ grow_horizontal = 2
grow_vertical = 2
text = "K"
-[node name="J" type="Node2D" parent="VBoxContainer/Control2/JKL"]
+[node name="J" type="Node2D" parent="VBoxContainer/Control2/JKL" unique_id=1136751368]
position = Vector2(125, 175)
-[node name="KeyboardButton" parent="VBoxContainer/Control2/JKL/J" instance=ExtResource("2_8nrgi")]
+[node name="KeyboardButton" parent="VBoxContainer/Control2/JKL/J" unique_id=1132698164 instance=ExtResource("2_8nrgi")]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
@@ -162,10 +162,10 @@ grow_horizontal = 2
grow_vertical = 2
text = "J"
-[node name="L" type="Node2D" parent="VBoxContainer/Control2/JKL"]
+[node name="L" type="Node2D" parent="VBoxContainer/Control2/JKL" unique_id=1442550083]
position = Vector2(275, 175)
-[node name="KeyboardButton" parent="VBoxContainer/Control2/JKL/L" instance=ExtResource("2_8nrgi")]
+[node name="KeyboardButton" parent="VBoxContainer/Control2/JKL/L" unique_id=1327035512 instance=ExtResource("2_8nrgi")]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
@@ -179,10 +179,10 @@ grow_horizontal = 2
grow_vertical = 2
text = "L"
-[node name="LeftHand" type="Node2D" parent="VBoxContainer/Control2/JKL"]
+[node name="LeftHand" type="Node2D" parent="VBoxContainer/Control2/JKL" unique_id=1230277954]
position = Vector2(25, 375)
-[node name="Label" type="Label" parent="VBoxContainer/Control2/JKL/LeftHand"]
+[node name="Label" type="Label" parent="VBoxContainer/Control2/JKL/LeftHand" unique_id=228034435]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
@@ -198,10 +198,10 @@ theme_override_fonts/font = ExtResource("3_nvtkh")
theme_override_font_sizes/font_size = 40
text = "c.controls_explanation.interact_left"
-[node name="RightHand" type="Node2D" parent="VBoxContainer/Control2/JKL"]
+[node name="RightHand" type="Node2D" parent="VBoxContainer/Control2/JKL" unique_id=359568535]
position = Vector2(375, 375)
-[node name="Label" type="Label" parent="VBoxContainer/Control2/JKL/RightHand"]
+[node name="Label" type="Label" parent="VBoxContainer/Control2/JKL/RightHand" unique_id=500510356]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
@@ -217,10 +217,10 @@ theme_override_fonts/font = ExtResource("3_nvtkh")
theme_override_font_sizes/font_size = 40
text = "c.controls_explanation.interact_right"
-[node name="Boost" type="Node2D" parent="VBoxContainer/Control2/JKL"]
+[node name="Boost" type="Node2D" parent="VBoxContainer/Control2/JKL" unique_id=394841057]
position = Vector2(335, 65)
-[node name="Label" type="Label" parent="VBoxContainer/Control2/JKL/Boost"]
+[node name="Label" type="Label" parent="VBoxContainer/Control2/JKL/Boost" unique_id=2055301401]
anchors_preset = 4
anchor_top = 0.5
anchor_bottom = 0.5
@@ -232,17 +232,17 @@ theme_override_fonts/font = ExtResource("3_nvtkh")
theme_override_font_sizes/font_size = 40
text = "c.controls_explanation.boost"
-[node name="Sprite2D" type="Sprite2D" parent="VBoxContainer/Control2/JKL"]
+[node name="Sprite2D" type="Sprite2D" parent="VBoxContainer/Control2/JKL" unique_id=1855495404]
position = Vector2(50, 275)
scale = Vector2(0.5, 0.5)
texture = ExtResource("4_mjakv")
-[node name="Sprite2D2" type="Sprite2D" parent="VBoxContainer/Control2/JKL"]
+[node name="Sprite2D2" type="Sprite2D" parent="VBoxContainer/Control2/JKL" unique_id=770199290]
position = Vector2(350, 275)
scale = Vector2(-0.5, 0.5)
texture = ExtResource("4_mjakv")
-[node name="Sprite2D3" type="Sprite2D" parent="VBoxContainer/Control2/JKL"]
+[node name="Sprite2D3" type="Sprite2D" parent="VBoxContainer/Control2/JKL" unique_id=495337642]
position = Vector2(250, 90)
rotation = -1.5707964
scale = Vector2(-0.5, 0.5)
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
diff --git a/client/gui/overlays/debug/pie.tscn b/client/gui/overlays/debug/pie.tscn
index 69872d72..bb65703c 100644
--- a/client/gui/overlays/debug/pie.tscn
+++ b/client/gui/overlays/debug/pie.tscn
@@ -1,6 +1,6 @@
[gd_scene format=3 uid="uid://27qwbrf7mh7i"]
-[node name="DebugPie" type="Control"]
+[node name="DebugPie" type="Control" unique_id=12646477]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
diff --git a/client/gui/overlays/lobby/lobby.tscn b/client/gui/overlays/lobby/lobby.tscn
index 62da0a07..c78dcfa4 100644
--- a/client/gui/overlays/lobby/lobby.tscn
+++ b/client/gui/overlays/lobby/lobby.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=16 format=3 uid="uid://bc50la65ntifb"]
+[gd_scene format=3 uid="uid://bc50la65ntifb"]
[ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://gui/resources/theme/theme.tres" id="1_u18ke"]
[ext_resource type="Script" uid="uid://bssjvsu44l0fn" path="res://gui/overlays/lobby/lobby.gd" id="2_7657i"]
@@ -21,7 +21,7 @@ variation_opentype = {
2003265652: 700
}
-[node name="Lobby" type="Control" groups=["no_auto_focus"]]
+[node name="Lobby" type="Control" unique_id=1565790216 groups=["no_auto_focus"]]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
@@ -31,7 +31,7 @@ grow_vertical = 2
theme = ExtResource("1_u18ke")
script = ExtResource("2_7657i")
-[node name="PlayerList" type="MarginContainer" parent="."]
+[node name="PlayerList" type="MarginContainer" parent="." unique_id=428931880]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
@@ -44,14 +44,14 @@ theme_override_constants/margin_top = 8
theme_override_constants/margin_right = 342
theme_override_constants/margin_bottom = 8
-[node name="VBoxContainer" type="VBoxContainer" parent="PlayerList"]
+[node name="VBoxContainer" type="VBoxContainer" parent="PlayerList" unique_id=677543660]
layout_mode = 2
-[node name="Players" type="HBoxContainer" parent="PlayerList/VBoxContainer"]
+[node name="Players" type="HBoxContainer" parent="PlayerList/VBoxContainer" unique_id=823260063]
layout_mode = 2
alignment = 1
-[node name="Sidebar" type="HBoxContainer" parent="."]
+[node name="Sidebar" type="HBoxContainer" parent="." unique_id=290400512]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
@@ -60,30 +60,30 @@ grow_horizontal = 2
grow_vertical = 2
alignment = 2
-[node name="Bottom" type="PanelContainer" parent="Sidebar"]
+[node name="Bottom" type="PanelContainer" parent="Sidebar" unique_id=1354830602]
material = ExtResource("3_esmbx")
layout_mode = 2
theme_override_styles/panel = ExtResource("3_6iqoe")
script = ExtResource("5_am8pt")
-[node name="MarginContainer" type="MarginContainer" parent="Sidebar/Bottom"]
+[node name="MarginContainer" type="MarginContainer" parent="Sidebar/Bottom" unique_id=1216479959]
layout_mode = 2
script = ExtResource("6_7mu2u")
-[node name="VBoxContainer" type="VBoxContainer" parent="Sidebar/Bottom/MarginContainer"]
+[node name="VBoxContainer" type="VBoxContainer" parent="Sidebar/Bottom/MarginContainer" unique_id=1847639558]
layout_mode = 2
theme_override_constants/separation = 24
-[node name="HBoxContainer" type="HBoxContainer" parent="Sidebar/Bottom/MarginContainer/VBoxContainer"]
+[node name="HBoxContainer" type="HBoxContainer" parent="Sidebar/Bottom/MarginContainer/VBoxContainer" unique_id=157723219]
layout_direction = 2
layout_mode = 2
alignment = 1
-[node name="VBoxContainer" type="VBoxContainer" parent="Sidebar/Bottom/MarginContainer/VBoxContainer/HBoxContainer"]
+[node name="VBoxContainer" type="VBoxContainer" parent="Sidebar/Bottom/MarginContainer/VBoxContainer/HBoxContainer" unique_id=824177041]
layout_mode = 2
alignment = 1
-[node name="Left" type="TextureButton" parent="Sidebar/Bottom/MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer"]
+[node name="Left" type="TextureButton" parent="Sidebar/Bottom/MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer" unique_id=1422875980]
custom_minimum_size = Vector2(19, 28)
layout_mode = 2
focus_mode = 0
@@ -95,10 +95,10 @@ ignore_texture_size = true
stretch_mode = 4
flip_h = true
-[node name="Map" type="VBoxContainer" parent="Sidebar/Bottom/MarginContainer/VBoxContainer/HBoxContainer"]
+[node name="Map" type="VBoxContainer" parent="Sidebar/Bottom/MarginContainer/VBoxContainer/HBoxContainer" unique_id=1797195293]
layout_mode = 2
-[node name="Name" type="Label" parent="Sidebar/Bottom/MarginContainer/VBoxContainer/HBoxContainer/Map"]
+[node name="Name" type="Label" parent="Sidebar/Bottom/MarginContainer/VBoxContainer/HBoxContainer/Map" unique_id=1669537853]
custom_minimum_size = Vector2(200, 0)
layout_mode = 2
theme_override_fonts/font = SubResource("FontVariation_5xxr2")
@@ -107,23 +107,23 @@ text = "Map name"
horizontal_alignment = 1
vertical_alignment = 1
-[node name="Players" type="Label" parent="Sidebar/Bottom/MarginContainer/VBoxContainer/HBoxContainer/Map"]
+[node name="Players" type="Label" parent="Sidebar/Bottom/MarginContainer/VBoxContainer/HBoxContainer/Map" unique_id=1637269594]
layout_mode = 2
text = "Players"
horizontal_alignment = 1
vertical_alignment = 1
-[node name="Difficulty" type="Label" parent="Sidebar/Bottom/MarginContainer/VBoxContainer/HBoxContainer/Map"]
+[node name="Difficulty" type="Label" parent="Sidebar/Bottom/MarginContainer/VBoxContainer/HBoxContainer/Map" unique_id=1816548843]
layout_mode = 2
text = "Difficulty"
horizontal_alignment = 1
vertical_alignment = 1
-[node name="VBoxContainer2" type="VBoxContainer" parent="Sidebar/Bottom/MarginContainer/VBoxContainer/HBoxContainer"]
+[node name="VBoxContainer2" type="VBoxContainer" parent="Sidebar/Bottom/MarginContainer/VBoxContainer/HBoxContainer" unique_id=1321493780]
layout_mode = 2
alignment = 1
-[node name="Right" type="TextureButton" parent="Sidebar/Bottom/MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer2"]
+[node name="Right" type="TextureButton" parent="Sidebar/Bottom/MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer2" unique_id=234475564]
custom_minimum_size = Vector2(19, 28)
layout_mode = 2
focus_mode = 0
@@ -134,39 +134,39 @@ texture_focused = ExtResource("6_tulu3")
ignore_texture_size = true
stretch_mode = 4
-[node name="MapList" type="ScrollContainer" parent="Sidebar/Bottom/MarginContainer/VBoxContainer"]
+[node name="MapList" type="ScrollContainer" parent="Sidebar/Bottom/MarginContainer/VBoxContainer" unique_id=392832076]
layout_mode = 2
size_flags_vertical = 3
script = ExtResource("10_bgene")
-[node name="VBoxContainer" type="VBoxContainer" parent="Sidebar/Bottom/MarginContainer/VBoxContainer/MapList"]
+[node name="VBoxContainer" type="VBoxContainer" parent="Sidebar/Bottom/MarginContainer/VBoxContainer/MapList" unique_id=1238256777]
layout_mode = 2
size_flags_horizontal = 3
-[node name="Bots" type="VBoxContainer" parent="Sidebar/Bottom/MarginContainer/VBoxContainer"]
+[node name="Bots" type="VBoxContainer" parent="Sidebar/Bottom/MarginContainer/VBoxContainer" unique_id=858278563]
layout_mode = 2
-[node name="EnableBots" type="CheckButton" parent="Sidebar/Bottom/MarginContainer/VBoxContainer/Bots"]
+[node name="EnableBots" type="CheckButton" parent="Sidebar/Bottom/MarginContainer/VBoxContainer/Bots" unique_id=1136395709]
layout_mode = 2
text = "c.menu.lobby.enable_bots"
-[node name="ScrollContainerCustom" type="ScrollContainer" parent="Sidebar/Bottom/MarginContainer/VBoxContainer/Bots"]
+[node name="ScrollContainerCustom" type="ScrollContainer" parent="Sidebar/Bottom/MarginContainer/VBoxContainer/Bots" unique_id=473644111]
visible = false
layout_mode = 2
size_flags_vertical = 3
script = ExtResource("10_bgene")
-[node name="BotSettings" type="VBoxContainer" parent="Sidebar/Bottom/MarginContainer/VBoxContainer/Bots/ScrollContainerCustom"]
+[node name="BotSettings" type="VBoxContainer" parent="Sidebar/Bottom/MarginContainer/VBoxContainer/Bots/ScrollContainerCustom" unique_id=1392457686]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
-[node name="VBoxContainer" type="VBoxContainer" parent="Sidebar/Bottom/MarginContainer/VBoxContainer"]
+[node name="VBoxContainer" type="VBoxContainer" parent="Sidebar/Bottom/MarginContainer/VBoxContainer" unique_id=1825997822]
layout_mode = 2
theme_override_constants/separation = 15
alignment = 1
-[node name="Start" type="Button" parent="Sidebar/Bottom/MarginContainer/VBoxContainer/VBoxContainer"]
+[node name="Start" type="Button" parent="Sidebar/Bottom/MarginContainer/VBoxContainer/VBoxContainer" unique_id=1330854382]
layout_mode = 2
text = "c.menu.lobby.start"
expand_icon = true
diff --git a/client/gui/overlays/lobby/player.tscn b/client/gui/overlays/lobby/player.tscn
index 4c294475..3b837bb4 100644
--- a/client/gui/overlays/lobby/player.tscn
+++ b/client/gui/overlays/lobby/player.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=7 format=3 uid="uid://gmldnel4xbxy"]
+[gd_scene format=3 uid="uid://gmldnel4xbxy"]
[ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://gui/resources/theme/theme.tres" id="1_flfqn"]
[ext_resource type="Material" uid="uid://beea1pc5nt67r" path="res://gui/resources/materials/dark_blur_material.tres" id="1_jy1rs"]
@@ -15,7 +15,7 @@ corner_radius_bottom_left = 16
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_3yp6e"]
content_margin_right = 8.0
-[node name="Player" type="PanelContainer"]
+[node name="Player" type="PanelContainer" unique_id=141359444]
material = ExtResource("1_jy1rs")
offset_right = 40.0
offset_bottom = 40.0
@@ -23,22 +23,22 @@ theme = ExtResource("1_flfqn")
theme_override_styles/panel = SubResource("StyleBoxFlat_1227j")
script = ExtResource("2_w3lyk")
-[node name="MarginContainer" type="MarginContainer" parent="."]
+[node name="MarginContainer" type="MarginContainer" parent="." unique_id=2016059636]
layout_mode = 2
theme_override_constants/margin_left = 4
theme_override_constants/margin_top = 4
theme_override_constants/margin_right = 4
theme_override_constants/margin_bottom = 4
-[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer"]
+[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer" unique_id=1039786929]
layout_mode = 2
-[node name="Icon" type="TextureRect" parent="MarginContainer/HBoxContainer"]
+[node name="Icon" type="TextureRect" parent="MarginContainer/HBoxContainer" unique_id=1840719777]
layout_mode = 2
texture = ExtResource("2_mnaqt")
expand_mode = 2
-[node name="Label" type="Label" parent="MarginContainer/HBoxContainer"]
+[node name="Label" type="Label" parent="MarginContainer/HBoxContainer" unique_id=895904561]
layout_mode = 2
theme_override_styles/normal = SubResource("StyleBoxEmpty_3yp6e")
text = "Player"
diff --git a/client/gui/overlays/overlays.tscn b/client/gui/overlays/overlays.tscn
index 20f0a978..1a183806 100644
--- a/client/gui/overlays/overlays.tscn
+++ b/client/gui/overlays/overlays.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=9 format=3 uid="uid://cr26jennm5c0c"]
+[gd_scene format=3 uid="uid://cr26jennm5c0c"]
[ext_resource type="Script" uid="uid://bkvtm1jlme6jf" path="res://gui/overlays/overlays.gd" id="1_dcvak"]
[ext_resource type="PackedScene" uid="uid://xcxbmynn8mhi" path="res://gui/overlays/chat.tscn" id="1_n4uhr"]
@@ -9,7 +9,7 @@
[ext_resource type="PackedScene" uid="uid://b21nrnkygiyjt" path="res://gui/overlays/popup_message/popup_message.tscn" id="7_jwd7s"]
[ext_resource type="PackedScene" uid="uid://3lytexnfrub6" path="res://gui/overlays/debug/debug.tscn" id="8_8ouu3"]
-[node name="Overlays" type="Control"]
+[node name="Overlays" type="Control" unique_id=2071182967]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
@@ -18,19 +18,19 @@ grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_dcvak")
-[node name="PinnedMessages" parent="." instance=ExtResource("3_dcvak")]
+[node name="PinnedMessages" parent="." unique_id=1769024201 instance=ExtResource("3_dcvak")]
layout_mode = 1
-[node name="Score" parent="." instance=ExtResource("2_whygm")]
+[node name="Score" parent="." unique_id=2068981342 instance=ExtResource("2_whygm")]
layout_mode = 1
-[node name="ChatPreview" parent="." instance=ExtResource("1_n4uhr")]
+[node name="ChatPreview" parent="." unique_id=1306284704 instance=ExtResource("1_n4uhr")]
layout_mode = 1
-[node name="Lobby" parent="." instance=ExtResource("4_jwd7s")]
+[node name="Lobby" parent="." unique_id=568929732 instance=ExtResource("4_jwd7s")]
layout_mode = 1
-[node name="AnnounceTitle" parent="." instance=ExtResource("5_whygm")]
+[node name="AnnounceTitle" parent="." unique_id=1456313117 instance=ExtResource("5_whygm")]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
@@ -38,8 +38,8 @@ anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
-[node name="PopupMessage" parent="." instance=ExtResource("7_jwd7s")]
+[node name="PopupMessage" parent="." unique_id=1024925196 instance=ExtResource("7_jwd7s")]
layout_mode = 1
-[node name="Debug" parent="." instance=ExtResource("8_8ouu3")]
+[node name="Debug" parent="." unique_id=2125601218 instance=ExtResource("8_8ouu3")]
layout_mode = 1
diff --git a/client/gui/overlays/pinned_messages.tscn b/client/gui/overlays/pinned_messages.tscn
index 318c9b85..a09eddee 100644
--- a/client/gui/overlays/pinned_messages.tscn
+++ b/client/gui/overlays/pinned_messages.tscn
@@ -1,8 +1,8 @@
-[gd_scene load_steps=2 format=3 uid="uid://dcrr1rwdwbkq8"]
+[gd_scene format=3 uid="uid://dcrr1rwdwbkq8"]
[ext_resource type="Script" uid="uid://c0k6f1wkynbkd" path="res://gui/overlays/pinned_messages.gd" id="1_q0jkk"]
-[node name="PinnedItemMessages" type="Control"]
+[node name="PinnedItemMessages" type="Control" unique_id=1436447205]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
@@ -12,7 +12,7 @@ grow_vertical = 2
mouse_filter = 2
script = ExtResource("1_q0jkk")
-[node name="HBoxContainer" type="HBoxContainer" parent="."]
+[node name="HBoxContainer" type="HBoxContainer" parent="." unique_id=15845709]
layout_direction = 2
layout_mode = 1
anchors_preset = 10
diff --git a/client/gui/overlays/popup_message/font_variation.tres b/client/gui/overlays/popup_message/font_variation.tres
index ad394ae7..84254e1c 100644
--- a/client/gui/overlays/popup_message/font_variation.tres
+++ b/client/gui/overlays/popup_message/font_variation.tres
@@ -1,4 +1,4 @@
-[gd_resource type="FontVariation" load_steps=2 format=3 uid="uid://c4g6ucr5piwy1"]
+[gd_resource type="FontVariation" format=3 uid="uid://c4g6ucr5piwy1"]
[ext_resource type="FontFile" uid="uid://bk704sc5gkrb3" path="res://gui/resources/fonts/font-azaret-mono.woff2" id="1_gewoj"]
diff --git a/client/gui/overlays/popup_message/server_message.tscn b/client/gui/overlays/popup_message/server_message.tscn
index 40feada1..e64cad79 100644
--- a/client/gui/overlays/popup_message/server_message.tscn
+++ b/client/gui/overlays/popup_message/server_message.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=5 format=3 uid="uid://dq61p3a8og2b6"]
+[gd_scene format=3 uid="uid://dq61p3a8og2b6"]
[ext_resource type="Shader" uid="uid://cwldxegcj55if" path="res://gui/resources/shaders/blur_mix.gdshader" id="1_qv8ew"]
[ext_resource type="Script" uid="uid://dfgwh7x7sqc21" path="res://gui/overlays/popup_message/server_message.gd" id="2_csqo8"]
@@ -18,7 +18,7 @@ corner_radius_top_right = 16
corner_radius_bottom_right = 16
corner_radius_bottom_left = 16
-[node name="ServerMessage" type="PanelContainer"]
+[node name="ServerMessage" type="PanelContainer" unique_id=241738499]
material = SubResource("ShaderMaterial_q3bbd")
offset_right = 210.0
offset_bottom = 35.0
@@ -28,7 +28,7 @@ mouse_filter = 2
theme_override_styles/panel = SubResource("StyleBoxFlat_vq4dg")
script = ExtResource("2_csqo8")
-[node name="CenterContainer" type="MarginContainer" parent="."]
+[node name="CenterContainer" type="MarginContainer" parent="." unique_id=1965686626]
layout_mode = 2
mouse_filter = 2
theme_override_constants/margin_left = 32
@@ -36,7 +36,7 @@ theme_override_constants/margin_top = 8
theme_override_constants/margin_right = 32
theme_override_constants/margin_bottom = 8
-[node name="VFlowContainer" type="VFlowContainer" parent="CenterContainer"]
+[node name="VFlowContainer" type="VFlowContainer" parent="CenterContainer" unique_id=1522041734]
layout_direction = 1
layout_mode = 2
theme_override_constants/h_separation = 0
diff --git a/client/gui/overlays/score.tscn b/client/gui/overlays/score.tscn
index 7ad1db7a..566bdf8e 100644
--- a/client/gui/overlays/score.tscn
+++ b/client/gui/overlays/score.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=6 format=3 uid="uid://bpikve6wlsjfl"]
+[gd_scene format=3 uid="uid://bpikve6wlsjfl"]
[ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://gui/resources/theme/theme.tres" id="1_4kujw"]
[ext_resource type="Script" uid="uid://mcgg3q0l03dx" path="res://gui/overlays/score.gd" id="2_kbjds"]
@@ -8,7 +8,7 @@
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_04ujj"]
bg_color = Color(0, 0, 0, 0)
-[node name="ScoreOverlay" type="PanelContainer"]
+[node name="ScoreOverlay" type="PanelContainer" unique_id=1846677990]
layout_direction = 2
anchors_preset = 15
anchor_right = 1.0
@@ -20,18 +20,18 @@ theme = ExtResource("1_4kujw")
theme_override_styles/panel = SubResource("StyleBoxFlat_04ujj")
script = ExtResource("2_kbjds")
-[node name="GameTime" type="Timer" parent="."]
+[node name="GameTime" type="Timer" parent="." unique_id=210885742]
wait_time = 30.0
-[node name="WarningTime" type="Timer" parent="."]
+[node name="WarningTime" type="Timer" parent="." unique_id=2123014988]
one_shot = true
-[node name="Score" type="Control" parent="."]
+[node name="Score" type="Control" parent="." unique_id=2011529559]
layout_mode = 2
size_flags_horizontal = 8
size_flags_vertical = 0
-[node name="Paper" type="TextureRect" parent="Score"]
+[node name="Paper" type="TextureRect" parent="Score" unique_id=1153834916]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
@@ -47,7 +47,7 @@ grow_vertical = 2
rotation = 0.0610865
texture = ExtResource("3_oum5g")
-[node name="Margin" type="MarginContainer" parent="Score/Paper"]
+[node name="Margin" type="MarginContainer" parent="Score/Paper" unique_id=1572878834]
layout_mode = 1
anchors_preset = 2
anchor_top = 1.0
@@ -58,27 +58,27 @@ grow_vertical = 0
theme_override_constants/margin_left = 10
theme_override_constants/margin_bottom = 10
-[node name="Lines" type="VBoxContainer" parent="Score/Paper/Margin"]
+[node name="Lines" type="VBoxContainer" parent="Score/Paper/Margin" unique_id=837263051]
layout_direction = 1
layout_mode = 2
size_flags_horizontal = 0
size_flags_vertical = 8
-[node name="Line1" type="HBoxContainer" parent="Score/Paper/Margin/Lines"]
+[node name="Line1" type="HBoxContainer" parent="Score/Paper/Margin/Lines" unique_id=994156258]
layout_mode = 2
-[node name="Label" type="Label" parent="Score/Paper/Margin/Lines/Line1"]
+[node name="Label" type="Label" parent="Score/Paper/Margin/Lines/Line1" unique_id=1286515503]
layout_mode = 2
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_fonts/font = ExtResource("3_u54fv")
theme_override_font_sizes/font_size = 25
text = "c.score.demands_completed"
-[node name="Spacer" type="Control" parent="Score/Paper/Margin/Lines/Line1"]
+[node name="Spacer" type="Control" parent="Score/Paper/Margin/Lines/Line1" unique_id=1404497590]
layout_mode = 2
size_flags_horizontal = 3
-[node name="Completed" type="Label" parent="Score/Paper/Margin/Lines/Line1"]
+[node name="Completed" type="Label" parent="Score/Paper/Margin/Lines/Line1" unique_id=1103013403]
auto_translate_mode = 2
custom_minimum_size = Vector2(100, 0)
layout_mode = 2
@@ -88,21 +88,21 @@ theme_override_font_sizes/font_size = 35
text = "0"
horizontal_alignment = 1
-[node name="Line2" type="HBoxContainer" parent="Score/Paper/Margin/Lines"]
+[node name="Line2" type="HBoxContainer" parent="Score/Paper/Margin/Lines" unique_id=1837168386]
layout_mode = 2
-[node name="Label" type="Label" parent="Score/Paper/Margin/Lines/Line2"]
+[node name="Label" type="Label" parent="Score/Paper/Margin/Lines/Line2" unique_id=655498209]
layout_mode = 2
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_fonts/font = ExtResource("3_u54fv")
theme_override_font_sizes/font_size = 25
text = "c.score.demands_failed"
-[node name="Spacer" type="Control" parent="Score/Paper/Margin/Lines/Line2"]
+[node name="Spacer" type="Control" parent="Score/Paper/Margin/Lines/Line2" unique_id=1118920525]
layout_mode = 2
size_flags_horizontal = 3
-[node name="Failed" type="Label" parent="Score/Paper/Margin/Lines/Line2"]
+[node name="Failed" type="Label" parent="Score/Paper/Margin/Lines/Line2" unique_id=820452433]
auto_translate_mode = 2
custom_minimum_size = Vector2(100, 0)
layout_mode = 2
@@ -112,21 +112,21 @@ theme_override_font_sizes/font_size = 35
text = "0"
horizontal_alignment = 1
-[node name="Line3" type="HBoxContainer" parent="Score/Paper/Margin/Lines"]
+[node name="Line3" type="HBoxContainer" parent="Score/Paper/Margin/Lines" unique_id=395828137]
layout_mode = 2
-[node name="Label" type="Label" parent="Score/Paper/Margin/Lines/Line3"]
+[node name="Label" type="Label" parent="Score/Paper/Margin/Lines/Line3" unique_id=692176995]
layout_mode = 2
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_fonts/font = ExtResource("3_u54fv")
theme_override_font_sizes/font_size = 35
text = "c.score.points"
-[node name="Spacer" type="Control" parent="Score/Paper/Margin/Lines/Line3"]
+[node name="Spacer" type="Control" parent="Score/Paper/Margin/Lines/Line3" unique_id=1198568818]
layout_mode = 2
size_flags_horizontal = 3
-[node name="Points" type="Label" parent="Score/Paper/Margin/Lines/Line3"]
+[node name="Points" type="Label" parent="Score/Paper/Margin/Lines/Line3" unique_id=1181984380]
auto_translate_mode = 2
custom_minimum_size = Vector2(100, 0)
layout_mode = 2
@@ -136,12 +136,12 @@ theme_override_font_sizes/font_size = 45
text = "0"
horizontal_alignment = 1
-[node name="Time" type="Control" parent="."]
+[node name="Time" type="Control" parent="." unique_id=374078299]
layout_mode = 2
size_flags_horizontal = 8
size_flags_vertical = 8
-[node name="Paper" type="TextureRect" parent="Time"]
+[node name="Paper" type="TextureRect" parent="Time" unique_id=594422819]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
@@ -157,17 +157,17 @@ grow_vertical = 2
rotation = 0.0610865
texture = ExtResource("3_oum5g")
-[node name="Node2D" type="Node2D" parent="Time/Paper"]
+[node name="Node2D" type="Node2D" parent="Time/Paper" unique_id=1716596348]
position = Vector2(95, 30)
-[node name="Line" type="HBoxContainer" parent="Time/Paper/Node2D"]
+[node name="Line" type="HBoxContainer" parent="Time/Paper/Node2D" unique_id=1351708448]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
-[node name="Minutes" type="Label" parent="Time/Paper/Node2D/Line"]
+[node name="Minutes" type="Label" parent="Time/Paper/Node2D/Line" unique_id=1901555605]
auto_translate_mode = 2
layout_mode = 2
theme_override_colors/font_color = Color(0, 0, 0, 1)
@@ -176,7 +176,7 @@ theme_override_font_sizes/font_size = 45
text = "05"
horizontal_alignment = 2
-[node name="Colon" type="Label" parent="Time/Paper/Node2D/Line"]
+[node name="Colon" type="Label" parent="Time/Paper/Node2D/Line" unique_id=2075984843]
auto_translate_mode = 2
layout_mode = 2
theme_override_colors/font_color = Color(0, 0, 0, 1)
@@ -185,7 +185,7 @@ theme_override_font_sizes/font_size = 45
text = ":"
horizontal_alignment = 1
-[node name="Seconds" type="Label" parent="Time/Paper/Node2D/Line"]
+[node name="Seconds" type="Label" parent="Time/Paper/Node2D/Line" unique_id=1543571528]
auto_translate_mode = 2
layout_mode = 2
theme_override_colors/font_color = Color(0, 0, 0, 1)
@@ -193,7 +193,7 @@ theme_override_fonts/font = ExtResource("3_u54fv")
theme_override_font_sizes/font_size = 45
text = "00"
-[node name="PulsatingTime" type="Timer" parent="Time/Paper/Node2D/Line"]
+[node name="PulsatingTime" type="Timer" parent="Time/Paper/Node2D/Line" unique_id=660955497]
wait_time = 0.5
[connection signal="timeout" from="WarningTime" to="." method="_on_warning_time_timeout"]
diff --git a/client/gui/resources/fonts/sansita-swashed-bold.tres b/client/gui/resources/fonts/sansita-swashed-bold.tres
index 17903145..d0bb5003 100644
--- a/client/gui/resources/fonts/sansita-swashed-bold.tres
+++ b/client/gui/resources/fonts/sansita-swashed-bold.tres
@@ -1,4 +1,4 @@
-[gd_resource type="FontVariation" load_steps=2 format=3 uid="uid://cl6m4hqsnrpav"]
+[gd_resource type="FontVariation" format=3 uid="uid://cl6m4hqsnrpav"]
[ext_resource type="FontFile" uid="uid://bo4vh5xkpvrh1" path="res://gui/resources/fonts/font-sansita-swashed.woff2" id="1_x5a5j"]
diff --git a/client/gui/resources/materials/blur_material.tres b/client/gui/resources/materials/blur_material.tres
index b6ebf183..2ebc3385 100644
--- a/client/gui/resources/materials/blur_material.tres
+++ b/client/gui/resources/materials/blur_material.tres
@@ -1,4 +1,4 @@
-[gd_resource type="ShaderMaterial" load_steps=2 format=3 uid="uid://2j8a0c0a2ta5"]
+[gd_resource type="ShaderMaterial" format=3 uid="uid://2j8a0c0a2ta5"]
[ext_resource type="Shader" uid="uid://cwldxegcj55if" path="res://gui/resources/shaders/blur_mix.gdshader" id="1_d16rd"]
diff --git a/client/gui/resources/materials/dark_blur_material.tres b/client/gui/resources/materials/dark_blur_material.tres
index 9a59c614..d0dcd075 100644
--- a/client/gui/resources/materials/dark_blur_material.tres
+++ b/client/gui/resources/materials/dark_blur_material.tres
@@ -1,4 +1,4 @@
-[gd_resource type="ShaderMaterial" load_steps=2 format=3 uid="uid://beea1pc5nt67r"]
+[gd_resource type="ShaderMaterial" format=3 uid="uid://beea1pc5nt67r"]
[ext_resource type="Shader" uid="uid://cwldxegcj55if" path="res://gui/resources/shaders/blur_mix.gdshader" id="1_cynu0"]
diff --git a/client/gui/resources/materials/grayscale_material.tres b/client/gui/resources/materials/grayscale_material.tres
index 236ad443..819894b8 100644
--- a/client/gui/resources/materials/grayscale_material.tres
+++ b/client/gui/resources/materials/grayscale_material.tres
@@ -1,4 +1,4 @@
-[gd_resource type="ShaderMaterial" load_steps=2 format=3 uid="uid://bplhkekj6rebp"]
+[gd_resource type="ShaderMaterial" format=3 uid="uid://bplhkekj6rebp"]
[ext_resource type="Shader" uid="uid://qjrh2imc53u1" path="res://gui/resources/shaders/grayscale.gdshader" id="1_u0c2c"]
diff --git a/client/gui/resources/materials/printed_material.tres b/client/gui/resources/materials/printed_material.tres
index 3cc4a88c..1648e6cc 100644
--- a/client/gui/resources/materials/printed_material.tres
+++ b/client/gui/resources/materials/printed_material.tres
@@ -1,4 +1,4 @@
-[gd_resource type="ShaderMaterial" load_steps=2 format=3 uid="uid://dogdyoqrmy6ft"]
+[gd_resource type="ShaderMaterial" format=3 uid="uid://dogdyoqrmy6ft"]
[ext_resource type="Shader" uid="uid://5p1xlwoc8qe5" path="res://gui/resources/shaders/printed.gdshader" id="1_sevww"]
diff --git a/client/gui/resources/style/paper_panel_style.tres b/client/gui/resources/style/paper_panel_style.tres
index effa2310..4336d5b1 100644
--- a/client/gui/resources/style/paper_panel_style.tres
+++ b/client/gui/resources/style/paper_panel_style.tres
@@ -1,4 +1,4 @@
-[gd_resource type="StyleBoxTexture" load_steps=2 format=3 uid="uid://bqhs5wtdp2oax"]
+[gd_resource type="StyleBoxTexture" format=3 uid="uid://bqhs5wtdp2oax"]
[ext_resource type="Texture2D" uid="uid://chxkwohi56cxx" path="res://gui/resources/shaders/paper.tres" id="1_u1kqj"]
diff --git a/client/gui/resources/theme/paper.tres b/client/gui/resources/theme/paper.tres
index 41417f39..480f6f46 100644
--- a/client/gui/resources/theme/paper.tres
+++ b/client/gui/resources/theme/paper.tres
@@ -1,4 +1,4 @@
-[gd_resource type="Theme" load_steps=17 format=3 uid="uid://ci2qajdoa1an1"]
+[gd_resource type="Theme" format=3 uid="uid://ci2qajdoa1an1"]
[ext_resource type="FontFile" uid="uid://bo4vh5xkpvrh1" path="res://gui/resources/fonts/font-sansita-swashed.woff2" id="1_koj1m"]
[ext_resource type="FontFile" uid="uid://5ixo6b3bd3km" path="res://gui/resources/fonts/font-josefin-sans.woff2" id="1_tc8bk"]