add "Mods" tab

This commit is contained in:
m
2022-12-26 06:45:36 -06:00
parent 308485be98
commit 8e7e2982db
14 changed files with 39 additions and 31 deletions

View File

@ -10,19 +10,23 @@ local columns = {{
text = "@MENU_HOST_NAME",
dataindex = 0
}, {
offset = 500,
offset = 440,
text = "@MENU_MAP",
dataindex = 1
}, {
offset = 725,
offset = 615,
text = "@MENU_TYPE1",
dataindex = 3
}, {
offset = 920,
offset = 780,
text = "@MENU_MOD",
dataindex = 6
}, {
offset = 980,
text = "@MENU_NUMPLAYERS",
dataindex = 2
}, {
offset = 1070,
offset = 1100,
text = "@MENU_PING",
dataindex = 4
}, {