(game): Added Bombs & Flags count

Added placed flags by bombs count. Fix timer startng only when first click is triggered
This commit is contained in:
2024-02-12 16:11:09 +01:00
parent 3a6be56841
commit 9033ef8f68
13 changed files with 259 additions and 46 deletions
+13 -2
View File
@@ -4,6 +4,17 @@
justify-content: center;
align-items: center;
gap: 20px;
width: 100%;
height: 100%;
& > .stats {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
gap: 15px;
width: 100%;
& > .logo {
width: 75px;
}
}
}