🐛 changed savegame location to user-space instead of project-space

This commit is contained in:
2025-11-18 15:55:31 +01:00
parent 093546f3e4
commit c5f8b157ad
4 changed files with 2 additions and 40 deletions
@@ -12,7 +12,7 @@ namespace Babushka.scripts.CSharp.Common.Savegame;
/// </summary>
public static class SavegameService
{
public static readonly string SavePath = "res://savegame/savegame.json";
public static readonly string SavePath = "user://babushka_savegame.json";
public static Dictionary<string, string> SaveDatas = new ();