mirror of
https://github.com/devZoGok/PlanetFleet.git
synced 2026-08-27 12:03:31 +00:00
16 lines
271 B
Lua
16 lines
271 B
Lua
numGui = 1
|
|
res = graphics.resolution
|
|
|
|
gui = {
|
|
{
|
|
pos = {x = res.x - 200, y = res.y - 200},
|
|
size = {x = 100, y = 100},
|
|
name = 'Transport',
|
|
imagePath = '',
|
|
guiType = GuiType.BUTTON,
|
|
buttonType = ButtonType.NAVAL_FACTORY_TRAIN,
|
|
trigger = 66,
|
|
unitId = 4
|
|
}
|
|
}
|