Add edge-scrolling camera

This commit is contained in:
2026-05-03 10:02:22 +02:00
parent 25659f6a92
commit 9e711d436c
5 changed files with 108 additions and 20 deletions

View File

@@ -96,11 +96,11 @@ GameState.get_effective_multiplier(generator_id, kind) -> float
{
"save_format_version": 5,
"currencies": {
"<currency_id>": {
"current": {"m": float, "e": int},
"total": {"m": float, "e": int},
"all_time": {"m": float, "e": int}
}
"<currency_id>": {
"current": {"m": float, "e": int},
"total": {"m": float, "e": int},
"all_time": {"m": float, "e": int}
}
},
"generator_states": { ... },
"buff_levels": { "farm_flux": 5 },