🐛 changed savegame location to user-space instead of project-space
This commit is contained in:
@@ -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 ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user