h2-mod/data/cdata/ui_scripts/branding/mainmenu.lua

5 lines
151 B
Lua
Raw Normal View History

2023-02-28 13:07:57 -05:00
LUI.onmenuopen("main_campaign", function(menu)
local headertext = menu:getFirstDescendentById("header_text")
headertext:setText("H2-MOD")
end)