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