mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-07-18 20:26:42 -04:00
Rename sky textures, add basalt.
This commit is contained in:
parent
da4a5ae69d
commit
08ade7640b
10 changed files with 37 additions and 27 deletions
|
@ -16,15 +16,15 @@ end)
|
|||
-- Sky textures
|
||||
minetest.register_on_joinplayer(function(player)
|
||||
minetest.after(0, function()
|
||||
skytex ={
|
||||
"pink_planet_pos_y.png",
|
||||
"pink_planet_neg_y.png",
|
||||
"pink_planet_pos_z.png",
|
||||
"pink_planet_neg_z.png",
|
||||
"pink_planet_neg_x.png",
|
||||
"pink_planet_pos_x.png",
|
||||
skytextures ={
|
||||
"sky_pos_y.png",
|
||||
"sky_neg_y.png",
|
||||
"sky_pos_z.png",
|
||||
"sky_neg_z.png",
|
||||
"sky_neg_x.png",
|
||||
"sky_pos_x.png",
|
||||
}
|
||||
|
||||
player:set_sky({r=0, g=0, b=0, a=0},"skybox", skytex)
|
||||
player:set_sky({r=0, g=0, b=0, a=0},"skybox", skytextures)
|
||||
end)
|
||||
end)
|
||||
|
|
BIN
mods/sky/textures/sky_neg_x.png
Normal file
BIN
mods/sky/textures/sky_neg_x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 375 KiB |
BIN
mods/sky/textures/sky_neg_y.png
Normal file
BIN
mods/sky/textures/sky_neg_y.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 370 KiB |
BIN
mods/sky/textures/sky_neg_z.png
Normal file
BIN
mods/sky/textures/sky_neg_z.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 322 KiB |
BIN
mods/sky/textures/sky_pos_x.png
Normal file
BIN
mods/sky/textures/sky_pos_x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 468 KiB |
BIN
mods/sky/textures/sky_pos_y.png
Normal file
BIN
mods/sky/textures/sky_pos_y.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 155 KiB |
BIN
mods/sky/textures/sky_pos_z.png
Normal file
BIN
mods/sky/textures/sky_pos_z.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 392 KiB |
Loading…
Add table
Add a link
Reference in a new issue