This website works better with JavaScript.
Home
Help
Sign In
ryanreed
/
Skyblock
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
12
Activity
Browse Source
Minor offsets fix
pull/17/head
Ryan Reed
1 month ago
parent
f7365767e3
commit
dec063f4f2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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.4
01515
, 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)
Write
Preview
Loading…
Cancel
Save