@@ -40,7 +40,8 @@ Rules:
|
||||
-StartGameNotification:
|
||||
-SpawnMPUnits:
|
||||
-MPStartLocations:
|
||||
LoadWidgetAtGameStart:
|
||||
LuaScript:
|
||||
Scripts: shellmap.lua
|
||||
|
||||
Sequences:
|
||||
|
||||
|
||||
7
mods/ts/maps/blank-shellmap/shellmap.lua
Normal file
7
mods/ts/maps/blank-shellmap/shellmap.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
PlayMusic = function()
|
||||
Media.PlayMusic("maps", PlayMusic)
|
||||
end
|
||||
|
||||
WorldLoaded = function()
|
||||
PlayMusic()
|
||||
end
|
||||
Reference in New Issue
Block a user