mirror of
https://github.com/devZoGok/PlanetFleet.git
synced 2026-08-27 03:53:33 +00:00
15 lines
244 B
Lua
15 lines
244 B
Lua
numGui = 1
|
|
res = graphics.resolution
|
|
|
|
gui = {
|
|
{
|
|
pos = {x = res.x - 200, y = res.y - 200},
|
|
size = {x = 100, y = 100},
|
|
name = 'Structure',
|
|
guiType = GuiType.BUTTON,
|
|
buttonType = ButtonType.BUILD,
|
|
trigger = 66,
|
|
structureId = 6
|
|
}
|
|
}
|