Skip to content
Snippets Groups Projects
Commit ae5da68d authored by Saul Sayers's avatar Saul Sayers
Browse files

fix: reset lastSaved each newgame

parent a3dc296c
Branches
Tags
No related merge requests found
......@@ -19,6 +19,7 @@ public class MainMenuManager : MonoBehaviour
public void PlayGame()
{
SaveManager.stageCleared = 0;
SaveManager.lastSaved = 0;
GoldManager.gold = 0;
TimeManager.totalTime = 0;
ScoreManager.score = 0;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment