mirror of
https://github.com/ApfelTeeSaft/PlanetFleet.git
synced 2026-08-26 19:33:38 +00:00
13 lines
224 B
Lua
13 lines
224 B
Lua
res = graphics.resolution
|
|
|
|
gui = {
|
|
{
|
|
pos = {x = res.x - 200, y = res.y - 200},
|
|
size = {x = 100, y = 100},
|
|
imagePath = '',
|
|
guiType = GuiType.BUTTON,
|
|
buttonType = ButtonType.NAVAL_FACTORY_TRAIN,
|
|
trigger = 66
|
|
}
|
|
}
|