1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

Improve look of credits list

This commit is contained in:
sfan5 2022-07-28 21:02:01 +02:00
parent 7c14b434e0
commit b91063daef
2 changed files with 62 additions and 26 deletions

View file

@ -95,6 +95,7 @@ local function init_globals()
-- Create main tabview
local tv_main = tabview_create("maintab", {x = 12, y = 5.4}, {x = 0, y = 0})
-- note: size would be 15.5,7.1 in real coordinates mode
tv_main:set_autosave_tab(true)
tv_main:add(tabs.local_game)