feat(debug): persist and reset debug game state

This commit is contained in:
tom-boullay
2026-05-21 12:09:12 +02:00
parent 072dec03b4
commit 4f25b33d3b
4 changed files with 251 additions and 5 deletions
+11
View File
@@ -662,6 +662,7 @@ canvas {
}
.game-settings-menu__choice-group button,
.game-settings-menu__restart,
.game-settings-menu__quit {
width: 100%;
padding: 11px 12px;
@@ -680,6 +681,16 @@ canvas {
color: #050505;
}
.game-settings-menu__restart {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
margin-top: 8px;
border-color: rgba(96, 165, 250, 0.35);
color: #bfdbfe;
}
.game-settings-menu__quit {
margin-top: 8px;
border-color: rgba(248, 113, 113, 0.35);