C7-Game / Prototype

An early-stage, open-source 4X strategy game
https://c7-game.github.io/
MIT License
32 stars 9 forks source link

Code Path to Save Current Game and Load Arbitrary Saves #426

Open pcen opened 10 months ago

pcen commented 10 months ago

to save the current game: ctrl + s -> saves to hardcoded path ./Text/save.json (if running Godot from the command line, invoke in C7 subfolder)

can now load .sav as well as .json files from main menu