mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-01 18:42:40 +00:00
start with 5 lives
This commit is contained in:
parent
f73380f0c7
commit
302496cb6d
1 changed files with 1 additions and 1 deletions
|
@ -453,7 +453,7 @@ struct FurnaceCV {
|
||||||
newHiScore(false),
|
newHiScore(false),
|
||||||
playSongs(true),
|
playSongs(true),
|
||||||
pleaseInitSongs(false),
|
pleaseInitSongs(false),
|
||||||
lives(3),
|
lives(5),
|
||||||
respawnTime(0),
|
respawnTime(0),
|
||||||
stage(0),
|
stage(0),
|
||||||
shotType(0),
|
shotType(0),
|
||||||
|
|
Loading…
Reference in a new issue