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