add skybox image and update lighting

This commit is contained in:
2026-03-02 14:05:33 -06:00
parent 21fc45ff71
commit 5601408e3f
6 changed files with 94 additions and 10 deletions

View File

@@ -1,13 +1,14 @@
[gd_scene format=3 uid="uid://cy0y28j47h3w"]
[ext_resource type="PackedScene" uid="uid://diipi3w18rk4v" path="res://Player/player_controller.tscn" id="1_fau6w"]
[ext_resource type="Texture2D" uid="uid://yheybkam04iu" path="res://Assets/skybox-evil-prototype.png" id="1_gfyfu"]
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_fau6w"]
sky_horizon_color = Color(0.66224277, 0.6717428, 0.6867428, 1)
ground_horizon_color = Color(0.66224277, 0.6717428, 0.6867428, 1)
[sub_resource type="PanoramaSkyMaterial" id="PanoramaSkyMaterial_7f328"]
panorama = ExtResource("1_gfyfu")
filter = false
[sub_resource type="Sky" id="Sky_gfyfu"]
sky_material = SubResource("ProceduralSkyMaterial_fau6w")
sky_material = SubResource("PanoramaSkyMaterial_7f328")
[sub_resource type="Environment" id="Environment_7f328"]
background_mode = 2
@@ -21,6 +22,7 @@ glow_enabled = true
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="." unique_id=315302175]
transform = Transform3D(-0.8660254, -0.43301278, 0.25, 0, 0.49999997, 0.86602545, -0.50000006, 0.75, -0.43301266, 0, 0, 0)
light_color = Color(0.32592046, 0.036656573, 1.2032688e-08, 1)
shadow_enabled = true
[node name="WorldEnvironment" type="WorldEnvironment" parent="." unique_id=2146588525]