From 1233f76869dbee920d2118ccbf296aa6f74890e5 Mon Sep 17 00:00:00 2001 From: Rosia E Evans Date: Sun, 18 Aug 2024 16:17:11 +0100 Subject: [PATCH] night time :) --- scenes/main_scene.tscn | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/scenes/main_scene.tscn b/scenes/main_scene.tscn index 7bb9cf0..bfa930a 100644 --- a/scenes/main_scene.tscn +++ b/scenes/main_scene.tscn @@ -4,8 +4,14 @@ [ext_resource type="PackedScene" uid="uid://dgm3241ceqpim" path="res://scenes/body.tscn" id="1_eeca8"] [sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_fouvd"] -sky_horizon_color = Color(0.64625, 0.65575, 0.67075, 1) -ground_horizon_color = Color(0.64625, 0.65575, 0.67075, 1) +sky_top_color = Color(0, 0, 0, 1) +sky_horizon_color = Color(0.907729, 0.561607, 0.737292, 1) +sky_curve = 0.0174944 +sky_cover_modulate = Color(0.268722, 0.788107, 0.983939, 1) +ground_horizon_color = Color(0.59779, 0.363033, 0.427638, 1) +ground_curve = 0.018025 +sun_angle_max = 207.78 +sun_curve = 0.15529 [sub_resource type="Sky" id="Sky_eq0hp"] sky_material = SubResource("ProceduralSkyMaterial_fouvd")