aboutsummaryrefslogtreecommitdiff
path: root/waves.lua
diff options
context:
space:
mode:
Diffstat (limited to 'waves.lua')
-rw-r--r--waves.lua17
1 files changed, 17 insertions, 0 deletions
diff --git a/waves.lua b/waves.lua
index be13fec..af30ac5 100644
--- a/waves.lua
+++ b/waves.lua
@@ -153,6 +153,23 @@ wave[9] = {
end
}
+wave[10] = {
+ delay = 1,
+ start = function()
+ for i = 1, 3, 1 do
+ addwallshooter(128+i*65, true, 10, 0.4, 0, 0.68)
+ addwallshooter(133+i*65, false, 10, 0.4, 0, 0.68)
+ end
+ addballshooter(200, 56, 12, 0.2)
+ end,
+ everysecond = function()
+ end,
+ conditions = function()
+ if #enemies < 1 then return true else return false
+ end
+ end
+}
+
--wave[currentwave].start()
--music(0, 0, 3)