Upgrade TD missions for the new mission chooser.

This commit is contained in:
Paul Chote
2014-10-07 20:26:55 +13:00
parent 5d32e97ef1
commit 6160ec749b
34 changed files with 26 additions and 13 deletions

View File

@@ -75,7 +75,6 @@ WorldLoaded = function()
Trigger.AfterDelay(Utils.Seconds(80), function() SendAttackWave(SecondAttackWaveUnits, SecondAttackWave) end)
Trigger.AfterDelay(Utils.Seconds(140), function() SendAttackWave(ThirdAttackWaveUnits, FirstAttackWave) end)
Media.PlayMovieFullscreen("nod3.vqa")
end
Tick = function()