Textures: Replace menu background fallback dirt_bg.png with empty sky texture

master
paramat 2016-04-20 07:24:14 +01:00
parent a60aa8e226
commit 9b437088df
3 changed files with 2 additions and 2 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 B