Lighting for new rooms etc
This commit is contained in:
@@ -1,7 +1,83 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://boonyo0b1q1ad"]
|
||||
[gd_scene load_steps=8 format=3 uid="uid://boonyo0b1q1ad"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://dw56jlwkmqktu" path="res://src/map/dungeon/models/Area 2/Donut/A2 Donut.glb" id="1_8nndw"]
|
||||
[ext_resource type="PackedScene" uid="uid://bqvkbpfsuu0d4" path="res://src/map/dungeon/models/Area 2/Donut/A2 Donut.glb" id="1_8nndw"]
|
||||
[ext_resource type="Texture2D" uid="uid://dw50ys561j8no" path="res://src/map/assets/DUST_1.png" id="1_ewwkl"]
|
||||
|
||||
[sub_resource type="Curve" id="Curve_v0m5w"]
|
||||
_limits = [-2.0, 2.0, 0.0, 1.0]
|
||||
_data = [Vector2(0.00358423, 0.230769), 0.0, 0.0, 0, 0, Vector2(0.982079, -1.03846), 0.0, 0.0, 0, 0]
|
||||
point_count = 2
|
||||
|
||||
[sub_resource type="CurveTexture" id="CurveTexture_gxo8h"]
|
||||
curve = SubResource("Curve_v0m5w")
|
||||
|
||||
[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_roqqs"]
|
||||
lifetime_randomness = 0.05
|
||||
emission_shape = 3
|
||||
emission_box_extents = Vector3(22.2, 22.505, 22)
|
||||
angle_min = -245.3
|
||||
angle_max = 417.9
|
||||
orbit_velocity_min = -0.0269999
|
||||
orbit_velocity_max = 0.0400001
|
||||
orbit_velocity_curve = SubResource("CurveTexture_gxo8h")
|
||||
gravity = Vector3(0, -0.07, 0)
|
||||
scale_min = 0.0
|
||||
scale_max = 0.0
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_7m5cm"]
|
||||
transparency = 1
|
||||
cull_mode = 2
|
||||
shading_mode = 0
|
||||
albedo_color = Color(1, 1, 1, 0.0862745)
|
||||
albedo_texture = ExtResource("1_ewwkl")
|
||||
billboard_mode = 2
|
||||
|
||||
[sub_resource type="QuadMesh" id="QuadMesh_gmwua"]
|
||||
material = SubResource("StandardMaterial3D_7m5cm")
|
||||
size = Vector2(0.1, 0.1)
|
||||
subdivide_width = 1
|
||||
subdivide_depth = 1
|
||||
|
||||
[node name="40_DonutGallery" type="Node3D"]
|
||||
|
||||
[node name="GPUParticles3D2" type="GPUParticles3D" parent="."]
|
||||
transform = Transform3D(5.169, 0, 0, 0, 2.932, 0, 0, 0, 5.667, 0.112471, 4.29823, -0.0744419)
|
||||
amount = 20
|
||||
lifetime = 41.19
|
||||
local_coords = true
|
||||
process_material = SubResource("ParticleProcessMaterial_roqqs")
|
||||
draw_pass_1 = SubResource("QuadMesh_gmwua")
|
||||
|
||||
[node name="OmniLight3D" type="OmniLight3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.26678, -23.6828)
|
||||
omni_range = 11.2655
|
||||
|
||||
[node name="OmniLight3D2" type="OmniLight3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 9.09179, 11.647)
|
||||
light_energy = 4.963
|
||||
shadow_enabled = true
|
||||
omni_range = 17.759
|
||||
|
||||
[node name="OmniLight3D3" type="OmniLight3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 9.09179, -11.6382)
|
||||
light_energy = 4.963
|
||||
shadow_enabled = true
|
||||
omni_range = 17.759
|
||||
|
||||
[node name="OmniLight3D4" type="OmniLight3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -11.3707, 9.09179, 0.127988)
|
||||
light_energy = 4.963
|
||||
shadow_enabled = true
|
||||
omni_range = 17.759
|
||||
|
||||
[node name="OmniLight3D5" type="OmniLight3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 12.0628, 9.09179, 0.127988)
|
||||
light_energy = 4.963
|
||||
shadow_enabled = true
|
||||
omni_range = 17.759
|
||||
|
||||
[node name="FogVolume" type="FogVolume" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00845337, 15.2848, -6.46941)
|
||||
size = Vector3(35.5961, 7.12933, 48.7726)
|
||||
|
||||
[node name="A2 Donut" parent="." instance=ExtResource("1_8nndw")]
|
||||
|
||||
Reference in New Issue
Block a user