mirror of
https://github.com/t-affeldt/climate_api.git
synced 2025-08-30 10:17:02 -04:00
Improve HUD shading, skybox merging, add new artwork
This commit is contained in:
parent
e24b0340e5
commit
1057342ac6
8 changed files with 33 additions and 9 deletions
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue