5 lines
88 B
Lua
5 lines
88 B
Lua
|
return {
|
||
|
MENU_Y = 48,
|
||
|
MENU_W = math.floor(424 / 1.5),
|
||
|
MENU_ITEM_NUMBER = 8
|
||
|
}
|