blob: ed9f15603a863a66a57843cac5efc43e84c7746c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[gd_scene load_steps=4 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)
[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")
|