state sync; the basic early game works

This commit is contained in:
2025-08-05 17:57:43 -07:00
parent 9f514db33b
commit 1b72e899af
16 changed files with 209 additions and 23 deletions

View File

@@ -21,6 +21,10 @@ async function prepare_gamestate() {
}
tick_meter_running = true;
if (window.pywebview.api.debug_mode) {
dev_toolbox(true);
}
}
function save_game() {