Files
PlanetFleet/Assets/Scripts/Gui/loadMap.lua
T

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
}
}