Work on stairs map
This commit is contained in:
parent
122e1a1243
commit
5c69f5c4df
Binary file not shown.
Binary file not shown.
@ -9,21 +9,19 @@
|
|||||||
[ext_resource type="PackedScene" uid="uid://d02cqylu3xwos" path="res://scenes/table.tscn" id="10_hcwch"]
|
[ext_resource type="PackedScene" uid="uid://d02cqylu3xwos" path="res://scenes/table.tscn" id="10_hcwch"]
|
||||||
[ext_resource type="Material" uid="uid://bq5oqyuwekryv" path="res://materials/building_block.tres" id="11_gpc6i"]
|
[ext_resource type="Material" uid="uid://bq5oqyuwekryv" path="res://materials/building_block.tres" id="11_gpc6i"]
|
||||||
|
|
||||||
[node name="Demo" type="Node3D"]
|
[node name="Stairs" type="Node3D"]
|
||||||
|
|
||||||
[node name="LightmapGI" type="LightmapGI" parent="."]
|
[node name="LightmapGI" type="LightmapGI" parent="."]
|
||||||
quality = 3
|
quality = 3
|
||||||
|
bounces = 5
|
||||||
|
bounce_indirect_energy = 1.5
|
||||||
camera_attributes = ExtResource("1_kljnd")
|
camera_attributes = ExtResource("1_kljnd")
|
||||||
light_data = ExtResource("2_36ysp")
|
light_data = ExtResource("2_36ysp")
|
||||||
|
|
||||||
[node name="HazyEnv" parent="." instance=ExtResource("3_gdvn0")]
|
[node name="HazyEnv" parent="." instance=ExtResource("3_gdvn0")]
|
||||||
|
|
||||||
[node name="StairsMap" parent="." instance=ExtResource("4_87fvr")]
|
|
||||||
|
|
||||||
[node name="ReflectionProbes" type="Node3D" parent="."]
|
|
||||||
|
|
||||||
[node name="Player" parent="." instance=ExtResource("8_6btor")]
|
[node name="Player" parent="." instance=ExtResource("8_6btor")]
|
||||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -79.6119, 47.1605, 3.65156)
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -58.6119, 24, 3.65156)
|
||||||
MaxVolumeWindHeight = 60.0
|
MaxVolumeWindHeight = 60.0
|
||||||
|
|
||||||
[node name="PauseMenu" parent="." instance=ExtResource("9_cfhxe")]
|
[node name="PauseMenu" parent="." instance=ExtResource("9_cfhxe")]
|
||||||
@ -36,4 +34,6 @@ TrenchbroomMap = NodePath("../../StairsMap")
|
|||||||
BuildingBlockMaterial = ExtResource("11_gpc6i")
|
BuildingBlockMaterial = ExtResource("11_gpc6i")
|
||||||
BuildingBlockScale = 0.005
|
BuildingBlockScale = 0.005
|
||||||
|
|
||||||
|
[node name="StairsMap" parent="." instance=ExtResource("4_87fvr")]
|
||||||
|
|
||||||
[editable path="table"]
|
[editable path="table"]
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user