aboutsummaryrefslogtreecommitdiff
path: root/players.lua
diff options
context:
space:
mode:
Diffstat (limited to 'players.lua')
-rw-r--r--players.lua2
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,