Skip to content

Commit

Permalink
Textures: Replace menu background fallback dirt_bg.png with empty sky…
Browse files Browse the repository at this point in the history
… texture
  • Loading branch information
paramat committed Apr 21, 2016
1 parent a60aa8e commit 9b43708
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builtin/mainmenu/textures.lua
Expand Up @@ -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 removed textures/base/pack/dirt_bg.png
Binary file not shown.
Binary file added textures/base/pack/menu_bg.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9b43708

Please sign in to comment.