mirror of
https://github.com/devZoGok/PlanetFleet.git
synced 2026-08-27 03:53:33 +00:00
18 lines
310 B
Lua
18 lines
310 B
Lua
numGui = 2
|
|
gui = {
|
|
{
|
|
pos = {x = 110, y = 190},
|
|
size = {x = 360, y = 20},
|
|
guiType = GuiType.LISTBOX,
|
|
listboxType = ListboxType.MAPS,
|
|
numMaxDisplay = 5
|
|
},
|
|
{
|
|
pos = {x = 110, y = 250},
|
|
size = {x = 140, y = 40},
|
|
guiType = GuiType.BUTTON,
|
|
name = 'Ok',
|
|
buttonType = ButtonType.LOAD_MAP_OK
|
|
}
|
|
}
|