Implement file picker load/save normal

This commit is contained in:
2025-03-01 17:48:46 -06:00
committed by Celtic Minstrel
parent f9695887ec
commit 2396637d23
9 changed files with 310 additions and 6 deletions

View File

@@ -99,7 +99,9 @@ std::map<std::string,std::vector<std::string>> feature_flags = {
// Legacy behavior of the T debug action (used by some replays)
// does not change the party's outdoors location
{"debug-enter-town", {"move-outdoors"}},
{"target-lock", {"V1"}}
{"target-lock", {"V1"}},
// New in-game save file picker
{"file-picker-dialog", {"V1"}}
};
struct cParseEntrance {