Files
HorrorGame/Assets/Levels/Apartment.tscn
2024-07-15 23:47:37 -05:00

119 lines
5.4 KiB
Plaintext

[gd_scene load_steps=15 format=3 uid="uid://b2knd58e85mif"]
[ext_resource type="Texture2D" uid="uid://bs8f2kul2wfl8" path="res://Assets/textures/seamless_carpet_dark_by_hhh316_d30v2ul-pre.jpg" id="1_14xk4"]
[ext_resource type="Texture2D" uid="uid://w6n5hrrsto8v" path="res://Assets/textures/Seamless wall white paint plaster stucco texture 02.jpg" id="2_a55s0"]
[ext_resource type="PackedScene" uid="uid://bmys4dwvkv04a" path="res://Assets/Objects/Table.tscn" id="4_7k7im"]
[ext_resource type="PackedScene" uid="uid://bwi6wb1sf08m8" path="res://Assets/Objects/safe.tscn" id="4_tm2cx"]
[ext_resource type="PackedScene" uid="uid://cr80y2nipytrb" path="res://Assets/Objects/Couch.tscn" id="5_xg2o5"]
[ext_resource type="PackedScene" uid="uid://br6k3dfcj151x" path="res://Assets/Objects/Lamp.tscn" id="6_662ud"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_af2kh"]
albedo_texture = ExtResource("1_14xk4")
uv1_triplanar = true
[sub_resource type="BoxMesh" id="BoxMesh_lt1m4"]
material = SubResource("StandardMaterial3D_af2kh")
size = Vector3(20, 0.2, 20)
[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_tpmpe"]
points = PackedVector3Array(-10, -0.1, -10, -10, 0.1, -10, 10, -0.1, -10, -10, -0.1, 10, -10, 0.1, 10, 10, 0.1, -10, 10, -0.1, 10, 10, 0.1, 10)
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_muos2"]
albedo_texture = ExtResource("2_a55s0")
uv1_triplanar = true
[sub_resource type="BoxMesh" id="BoxMesh_hnns2"]
material = SubResource("StandardMaterial3D_muos2")
size = Vector3(20, 0.2, 20)
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_rquxp"]
albedo_color = Color(0.73036, 0.656134, 0.593796, 1)
albedo_texture = ExtResource("2_a55s0")
uv1_triplanar = true
[sub_resource type="BoxMesh" id="BoxMesh_no7dv"]
material = SubResource("StandardMaterial3D_rquxp")
size = Vector3(20, 3, 0.2)
[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_4i3sv"]
points = PackedVector3Array(10, 1.25, 0.1, 10, 1.25, -0.1, -10, 1.25, 0.1, 10, -1.25, 0.1, 10, -1.25, -0.1, -10, 1.25, -0.1, -10, -1.25, 0.1, -10, -1.25, -0.1)
[node name="Apartment" type="Node3D"]
[node name="Floor" type="StaticBody3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.2, 0)
[node name="MeshInstance3D" type="MeshInstance3D" parent="Floor"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.113233, 0)
mesh = SubResource("BoxMesh_lt1m4")
[node name="CollisionShape3D" type="CollisionShape3D" parent="Floor"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.113233, 0)
shape = SubResource("ConvexPolygonShape3D_tpmpe")
[node name="Floor2" type="StaticBody3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3.1, 0)
[node name="MeshInstance3D" type="MeshInstance3D" parent="Floor2"]
mesh = SubResource("BoxMesh_hnns2")
[node name="CollisionShape3D" type="CollisionShape3D" parent="Floor2"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.113233, 0)
shape = SubResource("ConvexPolygonShape3D_tpmpe")
[node name="Wall" type="StaticBody3D" parent="."]
transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 10, 0, 0)
[node name="MeshInstance3D" type="MeshInstance3D" parent="Wall"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0)
mesh = SubResource("BoxMesh_no7dv")
[node name="CollisionShape3D" type="CollisionShape3D" parent="Wall"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.268, 0)
shape = SubResource("ConvexPolygonShape3D_4i3sv")
[node name="Wall2" type="StaticBody3D" parent="."]
transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -10, 0, 0)
[node name="MeshInstance3D" type="MeshInstance3D" parent="Wall2"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0)
mesh = SubResource("BoxMesh_no7dv")
[node name="CollisionShape3D" type="CollisionShape3D" parent="Wall2"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.268, 0)
shape = SubResource("ConvexPolygonShape3D_4i3sv")
[node name="Wall3" type="StaticBody3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -10)
[node name="MeshInstance3D" type="MeshInstance3D" parent="Wall3"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0)
mesh = SubResource("BoxMesh_no7dv")
[node name="CollisionShape3D" type="CollisionShape3D" parent="Wall3"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.268, 0)
shape = SubResource("ConvexPolygonShape3D_4i3sv")
[node name="Wall4" type="StaticBody3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 10)
[node name="MeshInstance3D" type="MeshInstance3D" parent="Wall4"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0)
mesh = SubResource("BoxMesh_no7dv")
[node name="CollisionShape3D" type="CollisionShape3D" parent="Wall4"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.268, 0)
shape = SubResource("ConvexPolygonShape3D_4i3sv")
[node name="Safe" parent="." instance=ExtResource("4_tm2cx")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.99418, 0.0132327, -9.03552)
[node name="StaticBody3D" parent="." instance=ExtResource("4_7k7im")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 8.92743, 0.013233, 1.19893)
[node name="StaticBody3D2" parent="." instance=ExtResource("5_xg2o5")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2, 0, -8.2333)
[node name="Lamp" parent="." instance=ExtResource("6_662ud")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.74565, 0.0132327, -4.86976)