From 86fdddc12397f45af95cd85729b12f88edd33dc5 Mon Sep 17 00:00:00 2001 From: RibbonCable Date: Sat, 19 Feb 2022 11:49:30 -0800 Subject: Made a music player. c: --- players.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'players.lua') diff --git a/players.lua b/players.lua index 28ec9bb..a98c543 100644 --- a/players.lua +++ b/players.lua @@ -3,7 +3,7 @@ players = {} function addplayer(x, y, sprite, bulletsprite) local player = { - health = 33, --3 + health = 3, --3 x = x, y = y, w = 8, -- cgit