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},
|
||||
size = sz,
|
||||
name = 'Buy ref',
|
||||
imagePath = '',
|
||||
guiType = GuiType.BUTTON,
|
||||
buttonType = ButtonType.BUY_REFINEDS,
|
||||
trigger = 73,
|
||||
@@ -16,7 +15,6 @@ gui = {
|
||||
{
|
||||
pos = {x = res.x - 2 * Size.x, y = res.y - Size.y},
|
||||
size = sz,
|
||||
imagePath = '',
|
||||
name = 'Sell ref',
|
||||
guiType = GuiType.BUTTON,
|
||||
buttonType = ButtonType.SELL_REFINEDS,
|
||||
@@ -25,7 +23,6 @@ gui = {
|
||||
{
|
||||
pos = {x = res.x - Size.x, y = res.y - 2 * Size.y},
|
||||
size = sz,
|
||||
imagePath = '',
|
||||
name = 'Buy rsch',
|
||||
guiType = GuiType.BUTTON,
|
||||
buttonType = ButtonType.BUY_RESEARCH,
|
||||
@@ -34,7 +31,6 @@ gui = {
|
||||
{
|
||||
pos = {x = res.x - 2 * Size.x, y = res.y - 2 * Size.y},
|
||||
size = sz,
|
||||
imagePath = '',
|
||||
name = 'Sell rsch',
|
||||
guiType = GuiType.BUTTON,
|
||||
buttonType = ButtonType.SELL_RESEARCH,
|
||||
|
||||
Reference in New Issue
Block a user