removed imagepath fields

This commit is contained in:
devZoGok
2024-05-16 19:47:09 +03:00
parent c323950f07
commit b4891fd890
@@ -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,