aboutsummaryrefslogtreecommitdiff
path: root/client/gui/menus/setup
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2025-09-21 18:43:39 +0200
committertpart <tpart120@proton.me>2025-09-21 18:43:39 +0200
commit443c8aab02735f2e9b9c044f44dd88cb92551fa6 (patch)
tree3ccb65b418644230fb8e98959beb8539ce0f536a /client/gui/menus/setup
parentd0863dba87125380467e6c4275343608c716e217 (diff)
downloadhurrycurry-443c8aab02735f2e9b9c044f44dd88cb92551fa6.tar
hurrycurry-443c8aab02735f2e9b9c044f44dd88cb92551fa6.tar.bz2
hurrycurry-443c8aab02735f2e9b9c044f44dd88cb92551fa6.tar.zst
Use kitchen background in setup menu
Diffstat (limited to 'client/gui/menus/setup')
-rw-r--r--client/gui/menus/setup/setup.tscn21
1 files changed, 10 insertions, 11 deletions
diff --git a/client/gui/menus/setup/setup.tscn b/client/gui/menus/setup/setup.tscn
index 487f2200..0c2ba0d9 100644
--- a/client/gui/menus/setup/setup.tscn
+++ b/client/gui/menus/setup/setup.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=15 format=3 uid="uid://ddl3efikvqp66"]
+[gd_scene load_steps=16 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"]
@@ -6,6 +6,7 @@
[ext_resource type="FontFile" uid="uid://bo4vh5xkpvrh1" path="res://gui/resources/fonts/font-sansita-swashed.woff2" id="3_2vg4d"]
[ext_resource type="AudioStream" uid="uid://do7ii5hx71p0m" path="res://gui/resources/sounds/page.ogg" id="5_xac6d"]
[ext_resource type="AudioStream" uid="uid://5b3noxjmasmu" path="res://gui/resources/sounds/sign.ogg" id="6_wf0gh"]
+[ext_resource type="PackedScene" uid="uid://wwu574dq2r8h" path="res://map/kitchen_background.tscn" id="7_k81bu"]
[sub_resource type="Animation" id="Animation_m4a1a"]
length = 0.001
@@ -49,8 +50,8 @@ colors = PackedColorArray(0.941084, 0.949219, 0.918643, 1, 1, 1, 1, 1)
[sub_resource type="FastNoiseLite" id="FastNoiseLite_amioi"]
[sub_resource type="NoiseTexture2D" id="NoiseTexture2D_bvvl7"]
-color_ramp = SubResource("Gradient_nsc3h")
noise = SubResource("FastNoiseLite_amioi")
+color_ramp = SubResource("Gradient_nsc3h")
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_e7xn5"]
bg_color = Color(0.196078, 0.196078, 0.235294, 1)
@@ -71,14 +72,6 @@ grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_mo46n")
-[node name="ColorRect" type="ColorRect" parent="."]
-layout_mode = 2
-anchor_right = 1.0
-anchor_bottom = 1.0
-grow_horizontal = 2
-grow_vertical = 2
-color = Color(0.196078, 0.196078, 0.235294, 1)
-
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
libraries = {
&"": SubResource("AnimationLibrary_wjgak")
@@ -211,8 +204,8 @@ layout_mode = 2
[node name="LineEdit" type="LineEdit" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/PositionEntry"]
custom_minimum_size = Vector2(300, 30)
layout_mode = 2
-theme_override_colors/font_uneditable_color = Color(0.458824, 0, 0, 1)
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"]
@@ -392,5 +385,11 @@ autoplay = true
stream = ExtResource("6_wf0gh")
volume_db = -16.0
+[node name="KitchenBackground" parent="." instance=ExtResource("7_k81bu")]
+
+[node name="Camera3D" type="Camera3D" parent="KitchenBackground"]
+transform = Transform3D(1, 0, 0, 0, 0.9781476, 0.2079117, 0, -0.2079117, 0.9781476, 0, 1.125, 2.75)
+fov = 40.0
+
[connection signal="pressed" from="ScrollContainer/Control/TextureRect/PaperMargin/Contents/Signatures/EmployeeMargin/Sign/Signature" to="." method="_on_sign_pressed"]
[connection signal="pressed" from="Back" to="." method="_on_back_pressed"]