mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
Change the color of the sky to blue.
This commit is contained in:
parent
8a20ca0f3e
commit
77c50691b6
@ -13,8 +13,8 @@ _level_seed = 0
|
|||||||
_spawn_mobs = false
|
_spawn_mobs = false
|
||||||
|
|
||||||
[sub_resource type="ProceduralSky" id=2]
|
[sub_resource type="ProceduralSky" id=2]
|
||||||
sky_top_color = Color( 0.435294, 0.423529, 0.313726, 1 )
|
sky_top_color = Color( 0.678431, 0.831373, 0.984314, 1 )
|
||||||
sky_horizon_color = Color( 0.309804, 0.317647, 0.219608, 1 )
|
sky_horizon_color = Color( 0.486275, 0.74902, 0.921569, 1 )
|
||||||
sky_curve = 0.263535
|
sky_curve = 0.263535
|
||||||
sky_energy = 0.3
|
sky_energy = 0.3
|
||||||
ground_bottom_color = Color( 0.196078, 0.152941, 0.152941, 1 )
|
ground_bottom_color = Color( 0.196078, 0.152941, 0.152941, 1 )
|
||||||
|
Loading…
Reference in New Issue
Block a user