42773b7e-7147-4ad5-828d-da7fcf0290b8

This commit is contained in:
2026-06-23 13:52:13 +00:00
parent da18f32df2
commit f3d2e53e4f
16 changed files with 562 additions and 34 deletions
+2
View File
@@ -30,6 +30,8 @@ export const INITIAL_STATE = {
lastEnergyTick: Date.now(),
totalExpeditions: 0,
achievements: {},
activeTide: null,
lastTideEnd: 0,
theme: "dark" as const,
soundOn: true,
};