Add achievements menu
This commit is contained in:
@ -29,6 +29,15 @@ function string:truncate(length)
|
||||
return self:sub(1, length - 3) .. "..."
|
||||
end
|
||||
|
||||
LUI.addmenubutton("main_campaign", {
|
||||
index = 6,
|
||||
text = "@LUA_MENU_ACHIEVEMENTS",
|
||||
description = Engine.Localize("@LUA_MENU_ACHIEVEMENTS_DESC"),
|
||||
callback = function()
|
||||
LUI.FlowManager.RequestAddMenu(nil, "achievements_menu")
|
||||
end
|
||||
})
|
||||
|
||||
LUI.addmenubutton("main_campaign", {
|
||||
index = 6,
|
||||
text = "@MENU_MODS",
|
||||
|
Reference in New Issue
Block a user