Improve HUD shading, skybox merging, add new artwork

This commit is contained in:
Till Affeldt
2020-04-24 19:55:24 +02:00
parent e24b0340e5
commit 1057342ac6
8 changed files with 33 additions and 9 deletions

View File

@ -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
},