diff options
| author | Ribbon <ambiguousmachine@gmail.com> | 2022-02-09 01:03:39 -0800 |
|---|---|---|
| committer | Ribbon <ambiguousmachine@gmail.com> | 2022-02-09 01:03:39 -0800 |
| commit | 5ab796dc50337210ef693d45e2b00049846e26dc (patch) | |
| tree | 4611a60f6580166c252fa7492d8dd90165807f21 /players.lua | |
| parent | 14e414cc4cd593868eebbfeda004edb263e251e4 (diff) | |
added menu text and updated sprites
oops worked on it while chris played dark souls
galaxies!!!
Diffstat (limited to 'players.lua')
| -rw-r--r-- | players.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/players.lua b/players.lua index c92baf2..f7a8cc8 100644 --- a/players.lua +++ b/players.lua @@ -20,7 +20,8 @@ function addplayer(sprite, bulletsprite) player.shoot3 = false function player.draw(player) - print(player.health) + -- print(player.health) + --draw a different sprite when moving, and blink when hurt if player.inv < 0 or ceil(player.inv*10%2) == 1 then if (player.ymov == 0) then |
