mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 22:33:16 -04:00
Fix incorrect sky texturing
This commit is contained in:
parent
090807ab8a
commit
94cb32883c
1 changed files with 27 additions and 27 deletions
|
@ -18,8 +18,8 @@ minetest.register_on_joinplayer(function(player)
|
|||
"pink_planet_neg_y.png",
|
||||
"pink_planet_pos_z.png",
|
||||
"pink_planet_neg_z.png",
|
||||
"pink_planet_pos_x.png",
|
||||
"pink_planet_neg_x.png",
|
||||
"pink_planet_pos_x.png",
|
||||
}
|
||||
|
||||
player:set_sky({r=0, g=0, b=0, a=0},"skybox", textures)
|
||||
|
|
Loading…
Add table
Reference in a new issue