diff options
| author | 1029chris <1029chris@gmail.com> | 2022-02-10 22:04:24 -0800 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2022-02-10 22:04:24 -0800 |
| commit | 7337bd189638c36f4c49f82c0833ef6afed998b5 (patch) | |
| tree | 9e8b29a33e5507ee8eb92aaab6603324d80cb596 /update.lua | |
| parent | 0744ee14628ce858d33fb52867dcc09288c31b7f (diff) | |
Miniboss laser dude!!!! and of course all sorts of tweaks
Diffstat (limited to 'update.lua')
| -rw-r--r-- | update.lua | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -5,7 +5,7 @@ if gameover then if respawntimer < 0 then gameover = false foreach(players, function(obj) obj:respawn() end) - setwave(mid(1,currentwave-2,#wave)) + setwave(mid(checkpoint,currentwave-2,#wave)) sfx(29, -2) -- sfx(24) end @@ -19,7 +19,6 @@ if not gamerunning and t() > 1 then if btn(4) then addplayer(18, 60, 16, 18) startgame() - addlaser(60,60,10) -- temp spawning laser on start!!!!! GET RID OF THIS!!!! elseif btn(5) then addplayer(18, 45, 16, 18) addplayer(18, 75, 32, 34) |
