mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 15:38:14 +00:00
LIVES NOW GET SAVED
This commit is contained in:
@@ -87,6 +87,7 @@ func write_save(campaign: String = Global.current_campaign, force := false) -> v
|
||||
Global.high_score = Global.score
|
||||
save_json["World"] = Global.world_num
|
||||
save_json["Level"] = Global.level_num
|
||||
save_json["Lives"] = Global.lives
|
||||
save_json["Coins"] = Global.coins
|
||||
save_json["Score"] = Global.score
|
||||
save_json["GameWin"] = Global.game_beaten
|
||||
|
Reference in New Issue
Block a user