master
Maksim Gamarnik 2016-04-18 23:16:34 +03:00
parent efcd9ec28f
commit 1f361017b3
4 changed files with 4 additions and 1 deletions

View File

@ -129,7 +129,8 @@ local function init_globals()
core.sound_play("main_menu", false)
minetest.set_clouds(false)
core.set_background("background", defaulttexturedir .. "background.jpg");
--core.set_background("background", defaulttexturedir .. "background.jpg");
mm_texture.set_dirt_bg()
end
init_globals()

View File

@ -143,6 +143,8 @@ local function main_button_handler(this, fields, name, tabdata)
end
end
local function on_change(type, old_tab, new_tab)
end
--------------------------------------------------------------------------------
return {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 B

After

Width:  |  Height:  |  Size: 7.2 KiB