From 261d79999931657a25512c60e53fe322bbbf6f9a Mon Sep 17 00:00:00 2001 From: Ribbon Date: Thu, 10 Feb 2022 17:25:56 -0800 Subject: updated sfx, their placement in the list, and added multiplay respawn sfw. oh, and planet MEGASPRITE!!! 🪐🪐🪐 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.lua') diff --git a/update.lua b/update.lua index 1d92a81..9502628 100644 --- a/update.lua +++ b/update.lua @@ -7,7 +7,7 @@ if gameover then foreach(players, function(obj) obj:respawn() end) setwave(mid(1,currentwave-2,#wave)) sfx(29, -2) - sfx(24) + -- sfx(24) end elseif gamerunning then updatewaves() -- update the wave function -- cgit