diff options
-rw-r--r-- | player.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ Player = { world = nil, -- game world -- Combat combo = 1, - lives = 0, + lives = 3, spawntimer = 0, alive = true, punchcd = 0, |
index : Roflnauts 2 | ||
Smash-like game | Roflnauts 2 Team |
summaryrefslogtreecommitdiffhomepage |
-rw-r--r-- | player.lua | 2 |
@@ -19,7 +19,7 @@ Player = { world = nil, -- game world -- Combat combo = 1, - lives = 0, + lives = 3, spawntimer = 0, alive = true, punchcd = 0, |