Rename sky textures, add basalt.

This commit is contained in:
Craig 2014-05-14 18:41:04 +01:00
parent da4a5ae69d
commit 08ade7640b
10 changed files with 37 additions and 27 deletions

View file

@ -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)

Binary file not shown.

After

Width:  |  Height:  |  Size: 375 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 468 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 392 KiB