diff --git a/resources/world/sky_horizon_color_gradient.tres b/resources/world/sky_horizon_color_gradient.tres index 731e792..a785285 100644 --- a/resources/world/sky_horizon_color_gradient.tres +++ b/resources/world/sky_horizon_color_gradient.tres @@ -2,4 +2,4 @@ [resource] offsets = PackedFloat32Array(0.1, 0.25, 0.4, 0.6, 0.75, 0.9) -colors = PackedColorArray(0.317647, 0.333333, 0.65098, 1, 0.87451, 0.521569, 0.407843, 1, 0.584314, 0.980392, 0.980392, 1, 0.584314, 0.980392, 0.980392, 1, 0.87451, 0.521569, 0.407843, 1, 0.317647, 0.333333, 0.65098, 1) +colors = PackedColorArray(0.317647, 0.333333, 0.65098, 1, 0.87451, 0.521569, 0.407843, 1, 0.243137, 0.584314, 0.85098, 1, 0.243137, 0.584314, 0.85098, 1, 0.87451, 0.521569, 0.407843, 1, 0.317647, 0.333333, 0.65098, 1) diff --git a/resources/world/sky_top_color_gradient.tres b/resources/world/sky_top_color_gradient.tres index 34d9e28..b7752b2 100644 --- a/resources/world/sky_top_color_gradient.tres +++ b/resources/world/sky_top_color_gradient.tres @@ -2,4 +2,4 @@ [resource] offsets = PackedFloat32Array(0.1, 0.4, 0.6, 0.9) -colors = PackedColorArray(0.317647, 0.333333, 0.65098, 1, 0.583728, 0.979416, 0.978736, 1, 0.584314, 0.980392, 0.980392, 1, 0.317647, 0.333333, 0.65098, 1) +colors = PackedColorArray(0.317647, 0.333333, 0.65098, 1, 0.243137, 0.584314, 0.85098, 1, 0.243137, 0.584314, 0.85098, 1, 0.317647, 0.333333, 0.65098, 1) diff --git a/scenes/world/world.tscn b/scenes/world/world.tscn index 8a1dc4e..2e7d601 100644 --- a/scenes/world/world.tscn +++ b/scenes/world/world.tscn @@ -13,6 +13,7 @@ player_scene = ExtResource("2_sl2e5") spawn_position = NodePath("SpawnPosition") [node name="DayNightCycleComponent" parent="." instance=ExtResource("3_6m72w")] +start_time = 0.4 [node name="BlocksContainer" type="Node3D" parent="."]