mirror of
https://github.com/ApfelTeeSaft/PlanetFleet.git
synced 2026-08-26 19:33:38 +00:00
16 lines
266 B
Lua
16 lines
266 B
Lua
numGui = 1
|
|
res = graphics.resolution
|
|
|
|
gui = {
|
|
{
|
|
pos = {x = res.x - 200, y = res.y - 200},
|
|
size = {x = 100, y = 100},
|
|
name = 'Point defense',
|
|
imagePath = '',
|
|
guiType = GuiType.BUTTON,
|
|
buttonType = ButtonType.BUILD,
|
|
trigger = 66,
|
|
structureId = 8
|
|
}
|
|
}
|