make life stronger
This commit is contained in:
parent
62b28964ca
commit
8a68fe6b65
|
@ -426,7 +426,7 @@ function updateGame()
|
|||
currentState = GameState.gameover
|
||||
return
|
||||
end
|
||||
if t%10 ==0 then
|
||||
if t%20 ==0 then
|
||||
life=life-1
|
||||
end
|
||||
if btnp(4) then -- A (Z key)
|
||||
|
|
Loading…
Reference in a new issue