52 lines
2.0 KiB
Plaintext
52 lines
2.0 KiB
Plaintext
|
|
[gd_scene load_steps=4 format=3 uid="uid://djvrkf3ma61fu"]
|
||
|
|
|
||
|
|
[ext_resource type="Texture2D" uid="uid://icwcdyvrtcwe" path="res://test/TestTex1.png" id="1_bpbam"]
|
||
|
|
[ext_resource type="Script" uid="uid://lmn08s8c5lfo" path="res://Maps/Rooms/RoomScripts/BasicRoom.gd" id="1_fo7uf"]
|
||
|
|
|
||
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_fo7uf"]
|
||
|
|
albedo_color = Color(0.7176471, 0.7176471, 0.7176471, 1)
|
||
|
|
albedo_texture = ExtResource("1_bpbam")
|
||
|
|
metallic = 0.7
|
||
|
|
|
||
|
|
[node name="4WayRoom" type="Node3D" node_paths=PackedStringArray("Lights")]
|
||
|
|
script = ExtResource("1_fo7uf")
|
||
|
|
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.5, 0.5, -0.5)
|
||
|
|
material_override = SubResource("StandardMaterial3D_fo7uf")
|
||
|
|
use_collision = true
|
||
|
|
|
||
|
|
[node name="CSGBox3D" type="CSGBox3D" parent="CSGCombiner3D"]
|
||
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 0)
|
||
|
|
size = Vector3(5, 6, 5)
|
||
|
|
|
||
|
|
[node name="CSGBox3D2" type="CSGBox3D" parent="CSGCombiner3D"]
|
||
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.1195679, 0)
|
||
|
|
operation = 2
|
||
|
|
size = Vector3(4.5, 3.2391357, 4.5)
|
||
|
|
|
||
|
|
[node name="Door" type="CSGBox3D" parent="CSGCombiner3D"]
|
||
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.5, 1, 0)
|
||
|
|
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, -2.5, 1, 0)
|
||
|
|
operation = 2
|
||
|
|
size = Vector3(1, 3, 3)
|
||
|
|
|
||
|
|
[node name="Door3" type="CSGBox3D" parent="CSGCombiner3D"]
|
||
|
|
transform = Transform3D(-4.371139e-08, 0, 1, 0, 1, 0, -1, 0, -4.371139e-08, 0, 1, -2.5)
|
||
|
|
operation = 2
|
||
|
|
size = Vector3(1, 3, 3)
|
||
|
|
|
||
|
|
[node name="Door4" type="CSGBox3D" parent="CSGCombiner3D"]
|
||
|
|
transform = Transform3D(-4.371139e-08, 0, 1, 0, 1, 0, -1, 0, -4.371139e-08, 0, 1, 2.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.5, 2.791, -0.5)
|