From dec063f4f257f736fc6d50f8f0b9044f849cc96d Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Mon, 24 Mar 2025 21:03:06 -0400 Subject: [PATCH] Minor offsets fix --- resources/world/sky_horizon_color_gradient.tres | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/world/sky_horizon_color_gradient.tres b/resources/world/sky_horizon_color_gradient.tres index 45349ac..731e792 100644 --- a/resources/world/sky_horizon_color_gradient.tres +++ b/resources/world/sky_horizon_color_gradient.tres @@ -1,5 +1,5 @@ [gd_resource type="Gradient" format=3 uid="uid://dvpnjt66dtk46"] [resource] -offsets = PackedFloat32Array(0.1, 0.25, 0.401515, 0.6, 0.75, 0.9) +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)