Add one-slot demo snapshot save and load.

This commit is contained in:
2026-08-13 13:31:33 +08:00
parent e9f5f81f46
commit 89b9173cec
7 changed files with 513 additions and 11 deletions
+3
View File
@@ -30,8 +30,11 @@ The demo is the physical substrate for a magical-law factory game, not the final
- `WASD`: move camera
- Mouse wheel: zoom
- `N`: restart the demo site
- `Esc`: pause, autosave, and open the snapshot menu
- `F1`: toggle developer statistics
One-slot snapshots live in the Godot user data folder as `mana_foundry_slot1.json`. The title screen **继续构筑** button restores construction, belts, machines, mana, items, and objective progress.
## Running
Open `project.godot` with Godot 4.7.1 stable, or run the workspace-local engine after Task 1 has completed.