mirror of
https://github.com/ApfelTeeSaft/PlanetFleet.git
synced 2026-08-26 19:33:38 +00:00
removed imagepath fields
This commit is contained in:
@@ -8,7 +8,6 @@ gui = {
|
|||||||
pos = {x = res.x - Size.x, y = res.y - Size.y},
|
pos = {x = res.x - Size.x, y = res.y - Size.y},
|
||||||
size = sz,
|
size = sz,
|
||||||
name = 'Buy ref',
|
name = 'Buy ref',
|
||||||
imagePath = '',
|
|
||||||
guiType = GuiType.BUTTON,
|
guiType = GuiType.BUTTON,
|
||||||
buttonType = ButtonType.BUY_REFINEDS,
|
buttonType = ButtonType.BUY_REFINEDS,
|
||||||
trigger = 73,
|
trigger = 73,
|
||||||
@@ -16,7 +15,6 @@ gui = {
|
|||||||
{
|
{
|
||||||
pos = {x = res.x - 2 * Size.x, y = res.y - Size.y},
|
pos = {x = res.x - 2 * Size.x, y = res.y - Size.y},
|
||||||
size = sz,
|
size = sz,
|
||||||
imagePath = '',
|
|
||||||
name = 'Sell ref',
|
name = 'Sell ref',
|
||||||
guiType = GuiType.BUTTON,
|
guiType = GuiType.BUTTON,
|
||||||
buttonType = ButtonType.SELL_REFINEDS,
|
buttonType = ButtonType.SELL_REFINEDS,
|
||||||
@@ -25,7 +23,6 @@ gui = {
|
|||||||
{
|
{
|
||||||
pos = {x = res.x - Size.x, y = res.y - 2 * Size.y},
|
pos = {x = res.x - Size.x, y = res.y - 2 * Size.y},
|
||||||
size = sz,
|
size = sz,
|
||||||
imagePath = '',
|
|
||||||
name = 'Buy rsch',
|
name = 'Buy rsch',
|
||||||
guiType = GuiType.BUTTON,
|
guiType = GuiType.BUTTON,
|
||||||
buttonType = ButtonType.BUY_RESEARCH,
|
buttonType = ButtonType.BUY_RESEARCH,
|
||||||
@@ -34,7 +31,6 @@ gui = {
|
|||||||
{
|
{
|
||||||
pos = {x = res.x - 2 * Size.x, y = res.y - 2 * Size.y},
|
pos = {x = res.x - 2 * Size.x, y = res.y - 2 * Size.y},
|
||||||
size = sz,
|
size = sz,
|
||||||
imagePath = '',
|
|
||||||
name = 'Sell rsch',
|
name = 'Sell rsch',
|
||||||
guiType = GuiType.BUTTON,
|
guiType = GuiType.BUTTON,
|
||||||
buttonType = ButtonType.SELL_RESEARCH,
|
buttonType = ButtonType.SELL_RESEARCH,
|
||||||
|
|||||||
Reference in New Issue
Block a user