forked from Mirrorlandia_minetest/minetest
Textures: Replace menu background fallback dirt_bg.png with empty sky texture
This commit is contained in:
parent
a60aa8e226
commit
9b437088df
@ -179,7 +179,7 @@ function mm_texture.set_dirt_bg()
|
||||
end
|
||||
end
|
||||
|
||||
--use base pack
|
||||
local minimalpath = defaulttexturedir .. "dirt_bg.png"
|
||||
-- Use universal fallback texture in textures/base/pack
|
||||
local minimalpath = defaulttexturedir .. "menu_bg.png"
|
||||
core.set_background("background", minimalpath, true, 128)
|
||||
end
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 82 B |
BIN
textures/base/pack/menu_bg.png
Normal file
BIN
textures/base/pack/menu_bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 124 B |
Loading…
Reference in New Issue
Block a user