share/hedgewars/Data/Scripts/Multiplayer/TechRacer.lua
changeset 10959 1225f42f61e2
parent 10950 356c8fb7fb56
child 10961 b30f29396f0c
equal deleted inserted replaced
10957:f3fcba306da9 10959:1225f42f61e2
    60 
    60 
    61 HedgewarsScriptLoad("/Scripts/Locale.lua")
    61 HedgewarsScriptLoad("/Scripts/Locale.lua")
    62 HedgewarsScriptLoad("/Scripts/OfficialChallenges.lua")
    62 HedgewarsScriptLoad("/Scripts/OfficialChallenges.lua")
    63 HedgewarsScriptLoad("/Scripts/Tracker.lua")
    63 HedgewarsScriptLoad("/Scripts/Tracker.lua")
    64 HedgewarsScriptLoad("/Scripts/Params.lua")
    64 HedgewarsScriptLoad("/Scripts/Params.lua")
    65 HedgewarsScriptLoad("/Scripts/TechMaps.lua")
    65 HedgewarsScriptLoad("/Scripts/TechMapsDev.lua")
    66 
    66 
    67 ------------------
    67 ------------------
    68 -- Got Variables?
    68 -- Got Variables?
    69 ------------------
    69 ------------------
    70 
    70 
   669 		roundLimit = 3
   669 		roundLimit = 3
   670 	end
   670 	end
   671 
   671 
   672 end
   672 end
   673 
   673 
   674 function onPreviewInit()
       
   675 	onGameInit()
       
   676 end
       
   677 
       
   678 function onGameInit()
   674 function onGameInit()
   679 
   675 
   680 		Theme = "Cave"
   676 		Theme = "Cave"
   681 
   677 
   682 		MapGen = mgDrawn
   678 		MapGen = mgDrawn