FlxSave file location ??
-
My code seems to work fine when compiling to Neko locally, but I can't work out where it is saving the save file. Help please, Would like to delete it so I can test properly.
Thanks Lee
var _gameSave = new FlxSave(); // initialize _gameSave.bind("score"); _gameSave.data.score = score; _gameSave.flush();
-
Maybe this C:\Users\abyss\AppData\Roaming\HaxeFlixel
-
@starry-abyss , That helped me find it once I turned on my "show hidden files".
Thanks Lee