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,
},
bike: {
currentStep: "waiting",
currentStep: "locked",
dialogueAudio: null,
isRepaired: false,
},
pylone: {
currentStep: "waiting",
currentStep: "locked",
dialogueAudio: null,
isPowered: false,
},
ferme: {
currentStep: "waiting",
currentStep: "locked",
dialogueAudio: null,
irrigationFixed: false,
},