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

@@ -61,8 +61,6 @@ WorldLoaded = function()
Trigger.AfterDelay(Utils.Seconds(20), function() SendAttackWave(FirstAttackWave, AttackWaveSpawnA.Location) end)
Trigger.AfterDelay(Utils.Seconds(50), function() SendAttackWave(SecondThirdAttackWave, AttackWaveSpawnB.Location) end)
Trigger.AfterDelay(Utils.Seconds(100), function() SendAttackWave(SecondThirdAttackWave, AttackWaveSpawnC.Location) end)
Media.PlayMovieFullscreen("nod3.vqa")
end
Tick = function()