added in-game UI option improvements

This commit is contained in:
2025-06-21 13:45:26 +03:00
parent 11b4c264ef
commit f42fc6463c
35 changed files with 701 additions and 2066 deletions

View File

@@ -49,6 +49,7 @@ public class ScoreBoard : MonoBehaviour
{
string json = File.ReadAllText(filePath);
_scoreData = JsonUtility.FromJson<ScoreData>(json);
Debug.Log(Application.persistentDataPath);
}
}