aboutsummaryrefslogtreecommitdiff
path: root/update.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2022-02-07 16:48:05 -0800
committer1029chris <1029chris@gmail.com>2022-02-07 16:48:05 -0800
commit46092c10fb364b74284cfb8d31706da874c8d289 (patch)
treeaf0d4deb812896a2cb6ecd24fae96c04ad6a6973 /update.lua
parent91891c4e723bbdae22d0f2b61c8d51f90cb2beeb (diff)
fixed sprites
Diffstat (limited to 'update.lua')
-rw-r--r--update.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.lua b/update.lua
index 2682c1e..e00f2e6 100644
--- a/update.lua
+++ b/update.lua
@@ -7,5 +7,5 @@ if shake < 1 then
end
--add another player if they fire
if btn(4, 1) and playercount == 0 then
- addplayer(32, 35)
+ addplayer(32, 34)
end \ No newline at end of file