From 46092c10fb364b74284cfb8d31706da874c8d289 Mon Sep 17 00:00:00 2001 From: 1029chris <1029chris@gmail.com> Date: Mon, 7 Feb 2022 16:48:05 -0800 Subject: fixed sprites --- update.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.lua') 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 -- cgit