Browse Source

Minor offsets fix

pull/17/head
Ryan Reed 1 month ago
parent
commit
dec063f4f2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      resources/world/sky_horizon_color_gradient.tres

+ 1
- 1
resources/world/sky_horizon_color_gradient.tres View File

@ -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)

Loading…
Cancel
Save