mirror of
https://github.com/devZoGok/PlanetFleet.git
synced 2026-08-27 03:53:33 +00:00
51 lines
904 B
Lua
51 lines
904 B
Lua
gui = {
|
|
{
|
|
guiType = GuiType.TEXT,
|
|
name = 'refineds',
|
|
text = '',
|
|
pos = {x = 0, y = 100},
|
|
zIndex = 0,
|
|
scale = 1,
|
|
font = 'batang.ttf',
|
|
fontFirstChar = 0,
|
|
fontLastChar = 256,
|
|
color = {x = 1, y = 1, z = 1, w = 1}
|
|
},
|
|
{
|
|
guiType = GuiType.TEXT,
|
|
name = 'wealth',
|
|
text = '',
|
|
pos = {x = 0, y = 200},
|
|
zIndex = 0,
|
|
scale = 1,
|
|
font = 'batang.ttf',
|
|
fontFirstChar = 0,
|
|
fontLastChar = 256,
|
|
color = {x = 1, y = 1, z = 1, w = 1}
|
|
},
|
|
{
|
|
guiType = GuiType.TEXT,
|
|
name = 'research',
|
|
text = '',
|
|
pos = {x = 0, y = 300},
|
|
zIndex = 0,
|
|
scale = 1,
|
|
font = 'batang.ttf',
|
|
fontFirstChar = 0,
|
|
fontLastChar = 256,
|
|
color = {x = 1, y = 1, z = 1, w = 1}
|
|
},
|
|
{
|
|
guiType = GuiType.TEXT,
|
|
name = 'depth',
|
|
text = '',
|
|
pos = {x = 0, y = 400},
|
|
zIndex = 0,
|
|
scale = 1,
|
|
font = 'batang.ttf',
|
|
fontFirstChar = 0,
|
|
fontLastChar = 256,
|
|
color = {x = 1, y = 1, z = 1, w = 1}
|
|
}
|
|
}
|