planet_moon/skybox.lua

18 lines
391 B
Lua
Raw Permalink Normal View History

2020-01-28 11:17:47 +01:00
-- space
skybox.register({
name = "space",
miny = 1000,
maxy = 5000,
textures = {"space_sky.png","space_sky2.png","space_sky.png","space_sky.png","space_sky.png","space_sky.png"}
})
-- moon
skybox.register({
name = "moon",
miny = 5001,
maxy = 6000,
always_day = true,
textures = {"space_sky.png","space_sky.png","space_sky.png","space_sky.png","space_sky.png","space_sky.png"}
})