Files
PlanetFleet/Assets/Scripts/Gui/fortCommands.lua
T
2024-01-26 16:03:26 +02:00

15 lines
256 B
Lua

res = graphics.resolution
Size = {x = 100, y = 100}
gui = {
{
pos = {x = res.x - 200, y = res.y - 200},
size = Size,
imagePath = '',
guiType = GuiType.BUTTON,
buttonType = ButtonType.FORT_TRAIN,
trigger = 82,
unitId = UnitId.ENGINEER
},
}