(game): Added Clock Timer

Added clock timer displaying elapsed time since the beginning of the game
This commit is contained in:
2024-02-12 11:54:20 +01:00
parent 28f48bacdd
commit 3a6be56841
5 changed files with 84 additions and 0 deletions
+2
View File
@@ -1,7 +1,9 @@
.App {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 20px;
width: 100%;
height: 100%;
}