1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Add tooltips to main menu subgames button bar

This commit is contained in:
Wuzzy
2014-10-12 19:50:33 +02:00
committed by RealBadAngel
parent 9b551d5cbc
commit 18c583ee0b
2 changed files with 7 additions and 5 deletions

View File

@@ -53,6 +53,7 @@ local function singleplayer_refresh_gamebar()
local image = nil
local text = nil
local tooltip = core.formspec_escape(gamemgr.games[i].name)
if gamemgr.games[i].menuicon_path ~= nil and
gamemgr.games[i].menuicon_path ~= "" then
@@ -69,7 +70,7 @@ local function singleplayer_refresh_gamebar()
text = text .. "\n" .. part3
end
end
btnbar:add_button(btn_name, text, image)
btnbar:add_button(btn_name, text, image, tooltip)
end
end