aboutsummaryrefslogtreecommitdiff
path: root/client/gui/menus/setup
diff options
context:
space:
mode:
Diffstat (limited to 'client/gui/menus/setup')
-rw-r--r--client/gui/menus/setup/hairstyle_preview.gd2
-rw-r--r--client/gui/menus/setup/hairstyle_preview.tscn22
-rw-r--r--client/gui/menus/setup/setup.gd2
-rw-r--r--client/gui/menus/setup/setup.tscn113
4 files changed, 68 insertions, 71 deletions
diff --git a/client/gui/menus/setup/hairstyle_preview.gd b/client/gui/menus/setup/hairstyle_preview.gd
index eee3a9f2..7f85f03a 100644
--- a/client/gui/menus/setup/hairstyle_preview.gd
+++ b/client/gui/menus/setup/hairstyle_preview.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright (C) 2025 Hurry Curry! contributors
+# Copyright (C) 2026 Hurry Curry! Contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
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.gd b/client/gui/menus/setup/setup.gd
index 36972870..bf970029 100644
--- a/client/gui/menus/setup/setup.gd
+++ b/client/gui/menus/setup/setup.gd
@@ -1,5 +1,5 @@
# Hurry Curry! - a game about cooking
-# Copyright (C) 2025 Hurry Curry! contributors
+# Copyright (C) 2026 Hurry Curry! Contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/client/gui/menus/setup/setup.tscn b/client/gui/menus/setup/setup.tscn
index 763a6676..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,19 +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
-tooltip_text = "c.setup.name.desc"
-[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"
@@ -198,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
@@ -219,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"
@@ -227,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"
@@ -239,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"
@@ -256,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"
@@ -264,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"
@@ -272,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
@@ -288,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
@@ -305,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
@@ -334,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)
@@ -344,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
@@ -362,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"]