mirror of
https://github.com/devZoGok/PlanetFleet.git
synced 2026-08-26 19:43:29 +00:00
added missing file
This commit is contained in:
@@ -11,11 +11,11 @@ function generateFactionMusic(factionId)
|
||||
factionTracks = {}
|
||||
|
||||
if factionId == 0 then
|
||||
factionTracks = americanTracks
|
||||
elseif factionId == 1 then
|
||||
factionTracks = europeanTracks
|
||||
elseif factionId == 2 then
|
||||
factionTracks = asianTracks
|
||||
elseif factionId == 1 then
|
||||
factionTracks = americanTracks
|
||||
elseif factionId == 2 then
|
||||
factionTracks = europeanTracks
|
||||
end
|
||||
|
||||
return {
|
||||
@@ -105,17 +105,6 @@ gui = {
|
||||
size = {x = s, y = s},
|
||||
imagePath = resIconBasePath .. 'research.png',
|
||||
},
|
||||
{
|
||||
guiType = GuiType.TEXT,
|
||||
name = 'depth',
|
||||
text = '',
|
||||
pos = {x = 0, y = 400, z = 0},
|
||||
scale = {x = 0, y = 1},
|
||||
font = 'batang.ttf',
|
||||
fontFirstChar = 0,
|
||||
fontLastChar = 256,
|
||||
color = {x = 1, y = 1, z = 1, w = 1}
|
||||
},
|
||||
{
|
||||
guiType = GuiType.BUTTON,
|
||||
buttonType = ButtonType.PLAYER_TRADE,
|
||||
|
||||
Reference in New Issue
Block a user