Files
PlanetFleet/Assets/Scripts/Gui/researchStructCommands.lua
T
2024-03-09 14:49:04 +02:00

16 lines
270 B
Lua

res = graphics.resolution
Size = {x = 100, y = 100}
gui = {
{
pos = {x = res.x - 200, y = res.y - 200},
size = Size,
name = "Research",
imagePath = '',
guiType = GuiType.BUTTON,
buttonType = ButtonType.RESEARCH,
techId = TechId.APT,
trigger = 82,
}
}