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
|
@ -33,6 +33,7 @@ func set_score(save_id, score, is_100 = false):
|
|||
|
||||
func set_options():
|
||||
file.set_value("options","uselives",Game.use_lives)
|
||||
save_file(Game.current_file)
|
||||
|
||||
func set_time(save_id, time, is_100 = false):
|
||||
file.set_value(save_id, "time_100" if is_100 else "time_any", float(time))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue