diff options
| author | tpart <tpart120@proton.me> | 2026-02-28 23:47:53 +0100 |
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2026-02-28 23:47:58 +0100 |
| commit | 9a5936093a9fb99ddb3e6959f72d9c612638f76d (patch) | |
| tree | d2c2f02bb28c271dda6c33b782c449e4ebb29acb /client/map/kitchen_background.tscn | |
| parent | 5d88f2606e456f7a61019de4cd78cce43be73f40 (diff) | |
| download | hurrycurry-9a5936093a9fb99ddb3e6959f72d9c612638f76d.tar hurrycurry-9a5936093a9fb99ddb3e6959f72d9c612638f76d.tar.bz2 hurrycurry-9a5936093a9fb99ddb3e6959f72d9c612638f76d.tar.zst | |
Upgrade all project files to 4.6
Diffstat (limited to 'client/map/kitchen_background.tscn')
| -rw-r--r-- | client/map/kitchen_background.tscn | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/client/map/kitchen_background.tscn b/client/map/kitchen_background.tscn index 5d572f73..918a6403 100644 --- a/client/map/kitchen_background.tscn +++ b/client/map/kitchen_background.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=6 format=3 uid="uid://wwu574dq2r8h"] +[gd_scene format=3 uid="uid://wwu574dq2r8h"] [ext_resource type="PackedScene" uid="uid://b4gone8fu53r7" path="res://map/map.tscn" id="1_heqla"] [ext_resource type="Script" uid="uid://ddpr5p4c6p8pn" path="res://map/kitchen_background.gd" id="1_ppf8f"] @@ -13,18 +13,18 @@ size = Vector3(14, 5, 0.3) [sub_resource type="BoxMesh" id="BoxMesh_xidlh"] size = Vector3(7.5, 5, 0.3) -[node name="KitchenBackground" type="Node3D"] +[node name="KitchenBackground" type="Node3D" unique_id=296843447] script = ExtResource("1_ppf8f") -[node name="Map" parent="." instance=ExtResource("1_heqla")] +[node name="Map" parent="." unique_id=1312929770 instance=ExtResource("1_heqla")] -[node name="WorldEnvironment" type="WorldEnvironment" parent="."] +[node name="WorldEnvironment" type="WorldEnvironment" parent="." unique_id=1245737099] environment = SubResource("Environment_ex25y") -[node name="MeshInstance3D" type="MeshInstance3D" parent="."] +[node name="MeshInstance3D" type="MeshInstance3D" parent="." unique_id=1705656468] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.5, 0.5, -3.5) mesh = SubResource("BoxMesh_ppf8f") -[node name="MeshInstance3D2" type="MeshInstance3D" parent="."] +[node name="MeshInstance3D2" type="MeshInstance3D" parent="." unique_id=1171319920] transform = Transform3D(-4.371139e-08, 0, 1, 0, 1, 0, -1, 0, -4.371139e-08, 7.5, 0.5, -1) mesh = SubResource("BoxMesh_xidlh") |