fixed bug where game would save on level select
This commit is contained in:
parent
cf0c7848bd
commit
298308d805
3 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,7 @@ func _physics_process(delta):
|
|||
#Toggle lives mode
|
||||
if Input.is_action_just_pressed("shoot"):
|
||||
Game.use_lives = !Game.use_lives
|
||||
Game.save()
|
||||
Save.set_options()
|
||||
if Game.use_lives:
|
||||
lives_mode_text.text = "lives are on press z to change this"
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue