1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
[gd_scene load_steps=6 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"]
[sub_resource type="Environment" id="Environment_ex25y"]
background_mode = 1
background_color = Color(0.145548, 0.151043, 0.207031, 1)
[sub_resource type="BoxMesh" id="BoxMesh_ppf8f"]
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"]
script = ExtResource("1_ppf8f")
[node name="Map" parent="." instance=ExtResource("1_heqla")]
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource("Environment_ex25y")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
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="."]
transform = Transform3D(-4.371139e-08, 0, 1, 0, 1, 0, -1, 0, -4.371139e-08, 7.5, 0.5, -1)
mesh = SubResource("BoxMesh_xidlh")
|