Files
PlanetFleet/Assets/Scripts/Gui/fortCommands.lua
T
2024-03-24 17:11:13 +02:00

15 lines
300 B
Lua

res = graphics.resolution
Size = {x = 70, y = 70}
margin = 10
sz = {x = Size.x - margin, y = Size.y - margin}
gui = {
{
pos = {x = res.x - Size.x + .5 * margin, y = res.y - Size.y + .5 * margin},
size = sz,
guiType = GuiType.BUTTON,
buttonType = ButtonType.FORT_TRAIN,
trigger = 82
},
}