dash indicators
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 12s
Create tag and build when new code gets to main / Export (push) Successful in 8m25s

This commit is contained in:
2025-10-17 16:53:23 +02:00
parent 417d9f5a6b
commit 70e3f70bcc
9 changed files with 307 additions and 39 deletions

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=13 format=3 uid="uid://dmkw8cmalm5k"]
[gd_scene load_steps=10 format=3 uid="uid://dmkw8cmalm5k"]
[ext_resource type="PackedScene" uid="uid://bei4nhkf8lwdo" path="res://player_controller/PlayerController.tscn" id="1_2vsi6"]
[ext_resource type="Texture2D" uid="uid://ca4kkq3w8cd4n" path="res://assets/sky/sky_15_2k.png" id="2_ruo5i"]
@@ -22,25 +22,13 @@ tonemap_mode = 4
ssao_enabled = true
ssil_enabled = true
sdfgi_use_occlusion = true
fog_light_energy = 0.0
fog_light_color = Color(1, 1, 1, 1)
fog_density = 0.001
fog_sky_affect = 0.121
volumetric_fog_enabled = true
volumetric_fog_density = 0.0
volumetric_fog_density = 0.004
volumetric_fog_emission = Color(1, 1, 1, 1)
volumetric_fog_emission_energy = 0.1
volumetric_fog_length = 200.0
[sub_resource type="FastNoiseLite" id="FastNoiseLite_wxle6"]
seed = 22
frequency = 1.0
[sub_resource type="NoiseTexture3D" id="NoiseTexture3D_pxgdh"]
noise = SubResource("FastNoiseLite_wxle6")
[sub_resource type="FogMaterial" id="FogMaterial_ukfuy"]
density = 0.3
height_falloff = 0.07596937
edge_fade = 6.625852
density_texture = SubResource("NoiseTexture3D_pxgdh")
volumetric_fog_anisotropy = 0.6
[node name="Main" type="Node3D"]
@@ -53,7 +41,8 @@ environment = SubResource("Environment_1bvp3")
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
transform = Transform3D(-0.78043425, 0.15240018, 0.60637933, 0.17673612, -0.8765135, 0.44775894, 0.5997381, 0.4566158, 0.6571267, 0, 0, 0)
light_color = Color(0.99999934, 0.76777613, 0.6549227, 1)
light_energy = 5.0
light_energy = 2.0
light_volumetric_fog_energy = 2.0
shadow_enabled = true
shadow_opacity = 0.95
shadow_blur = 2.435
@@ -73,7 +62,3 @@ transform = Transform3D(0.09033705, 0, 0.99591124, 0, 1, 0, -0.99591124, 0, 0.09
[node name="Water" parent="." instance=ExtResource("12_i2xii")]
transform = Transform3D(10000, 0, 0, 0, 1, 0, 0, 0, 10000, 0, 4.03932, -186.25941)
[node name="FogVolume" type="FogVolume" parent="."]
transform = Transform3D(500, 0, 0, 0, 200, 0, 0, 0, 500, 0, 0, 0)
material = SubResource("FogMaterial_ukfuy")