Files
PlanetFleet/Assets/Scripts/Gui/navalFactoryCommands.lua
T

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
}
}