Feat/repair game #2

Merged
math-pixel merged 46 commits from feat/repair-game into develop 2026-05-11 15:33:19 +00:00
Showing only changes of commit e5dee697f4 - Show all commits
+3 -3
View File
@@ -228,17 +228,17 @@ function createInitialGameState(): GameState {
isBikeUnlocked: false, isBikeUnlocked: false,
}, },
bike: { bike: {
currentStep: "waiting", currentStep: "locked",
dialogueAudio: null, dialogueAudio: null,
isRepaired: false, isRepaired: false,
}, },
pylone: { pylone: {
currentStep: "waiting", currentStep: "locked",
dialogueAudio: null, dialogueAudio: null,
isPowered: false, isPowered: false,
}, },
ferme: { ferme: {
currentStep: "waiting", currentStep: "locked",
dialogueAudio: null, dialogueAudio: null,
irrigationFixed: false, irrigationFixed: false,
}, },