Skip to content
Snippets Groups Projects
Commit 9b437088 authored by paramat's avatar paramat
Browse files

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

parent a60aa8e2
No related branches found
No related tags found
No related merge requests found
......@@ -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
textures/base/pack/dirt_bg.png

82 B

textures/base/pack/menu_bg.png

124 B

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment