Files
HorrorGame/Assets/Levels/Darkness.tscn
2024-05-10 00:03:02 -05:00

46 lines
1.8 KiB
Plaintext

[gd_scene load_steps=9 format=3 uid="uid://h7a73ix3i17g"]
[ext_resource type="Environment" uid="uid://daq7qgtcgnsqe" path="res://Assets/Resources/Environments/NearDarkness.tres" id="1_syvv0"]
[ext_resource type="Texture2D" uid="uid://dq01babpxo2uo" path="res://Assets/textures/floor_tile.jpg" id="2_jevkr"]
[ext_resource type="Texture2D" uid="uid://bcko6434fyqaj" path="res://Assets/textures/ceiling_texture.jpg" id="3_j2t87"]
[sub_resource type="BoxShape3D" id="BoxShape3D_uapdb"]
size = Vector3(1000, 1, 1000)
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_sichl"]
albedo_texture = ExtResource("2_jevkr")
uv1_triplanar = true
[sub_resource type="BoxMesh" id="BoxMesh_2q25b"]
lightmap_size_hint = Vector2i(504, 266)
material = SubResource("StandardMaterial3D_sichl")
size = Vector3(1000, 1, 1000)
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_v0yvq"]
albedo_texture = ExtResource("3_j2t87")
uv1_triplanar = true
[sub_resource type="BoxMesh" id="BoxMesh_iecqj"]
material = SubResource("StandardMaterial3D_v0yvq")
size = Vector3(1000, 0.1, 1000)
[node name="TestMap3" type="Node3D"]
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = ExtResource("1_syvv0")
[node name="StaticBody3D" type="StaticBody3D" parent="."]
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"]
shape = SubResource("BoxShape3D_uapdb")
[node name="MeshInstance3D" type="MeshInstance3D" parent="StaticBody3D"]
mesh = SubResource("BoxMesh_2q25b")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 6, 0)
mesh = SubResource("BoxMesh_iecqj")
[node name="SpotLight3D" type="SpotLight3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -27.0597, 1.10077, 0)