mirror of
https://github.com/minetest/minetest.git
synced 2024-12-02 12:33:45 +01:00
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
|
||||||
end
|
end
|
||||||
|
|
||||||
--use base pack
|
-- Use universal fallback texture in textures/base/pack
|
||||||
local minimalpath = defaulttexturedir .. "dirt_bg.png"
|
local minimalpath = defaulttexturedir .. "menu_bg.png"
|
||||||
core.set_background("background", minimalpath, true, 128)
|
core.set_background("background", minimalpath, true, 128)
|
||||||
end
|
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