diff options
| author | RibbonCable <ambiguousmachine@gmail.com> | 2022-02-19 11:49:30 -0800 |
|---|---|---|
| committer | RibbonCable <ambiguousmachine@gmail.com> | 2022-02-19 11:49:30 -0800 |
| commit | 86fdddc12397f45af95cd85729b12f88edd33dc5 (patch) | |
| tree | 24c2f0246328900cfc8b49a1b85d0f806b9112d8 /players.lua | |
| parent | 05c10238d59c8e6e1289aa8cae930c3a4c940c53 (diff) | |
Made a music player. c:
Diffstat (limited to 'players.lua')
| -rw-r--r-- | players.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
