Add edge-scrolling camera
This commit is contained in:
10
README.md
10
README.md
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user