42 lines
1.6 KiB
Plaintext
42 lines
1.6 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://bi320yo04o4hk"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://icwcdyvrtcwe" path="res://test/TestTex1.png" id="1_74hrc"]
|
|
[ext_resource type="Script" uid="uid://lmn08s8c5lfo" path="res://Maps/Rooms/RoomScripts/BasicRoom.gd" id="1_u6y0v"]
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_u6y0v"]
|
|
albedo_color = Color(0.7176471, 0.7176471, 0.7176471, 1)
|
|
albedo_texture = ExtResource("1_74hrc")
|
|
metallic = 0.7
|
|
|
|
[node name="Hallway" type="Node3D" node_paths=PackedStringArray("Lights")]
|
|
script = ExtResource("1_u6y0v")
|
|
Lights = [NodePath("OmniLight3D")]
|
|
metadata/_custom_type_script = "uid://lmn08s8c5lfo"
|
|
|
|
[node name="CSGCombiner3D" type="CSGCombiner3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0)
|
|
material_override = SubResource("StandardMaterial3D_u6y0v")
|
|
use_collision = true
|
|
|
|
[node name="CSGBox3D" type="CSGBox3D" parent="CSGCombiner3D"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, -0.5)
|
|
size = Vector3(8, 6, 5)
|
|
|
|
[node name="CSGBox3D3" type="CSGBox3D" parent="CSGCombiner3D"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, -0.5)
|
|
operation = 2
|
|
size = Vector3(7.5, 4, 4.5)
|
|
|
|
[node name="Door" type="CSGBox3D" parent="CSGCombiner3D"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4, 1, -0.5)
|
|
operation = 2
|
|
size = Vector3(1, 3, 3)
|
|
|
|
[node name="Door2" type="CSGBox3D" parent="CSGCombiner3D"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4, 1, -0.5)
|
|
operation = 2
|
|
size = Vector3(1, 3, 3)
|
|
|
|
[node name="OmniLight3D" type="OmniLight3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3.6033916, 0)
|