added missing file

This commit is contained in:
devZoGok
2026-03-15 15:21:11 +02:00
parent 35fb88cb9a
commit 86346c0e02
+4 -15
View File
@@ -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,