mirror of
https://github.com/t-affeldt/climate_api.git
synced 2025-07-05 01:40:38 +02:00
Improve HUD shading, skybox merging, add new artwork
This commit is contained in:
@ -25,7 +25,7 @@ local default_sky = {
|
||||
},
|
||||
sun_data = {
|
||||
visible = true,
|
||||
texture = "",
|
||||
texture = "sun.png",
|
||||
tonemap = "sun_tonemap.png",
|
||||
sunrise = "sunrisebg.png",
|
||||
sunrise_visible = true,
|
||||
@ -33,7 +33,7 @@ local default_sky = {
|
||||
},
|
||||
moon_data = {
|
||||
visible = true,
|
||||
texture = "",
|
||||
texture = "moon.png",
|
||||
tonemap = "moon_tonemap.png",
|
||||
scale = 1
|
||||
},
|
||||
|
Reference in New Issue
Block a user