Basic gameplay loop, need to balance values

This commit is contained in:
2026-08-25 23:09:11 -05:00
parent 29cce0de6d
commit e289af808a
10 changed files with 382 additions and 50 deletions

View File

@@ -11,12 +11,14 @@ body {
}
h1 {
font-size: 24px;
margin-bottom: 10px;
font-size: 24dp;
margin-bottom: 15dp;
}
p {
margin-bottom: 15px;
margin-bottom: 15dp;
display: block;
font-size: 18dp;
}
.hidden {
@@ -39,4 +41,9 @@ p {
.menu-btn:active {
background-color: #2e4e70;
}
.timer.urgent {
color: #ff4444;
font-weight: bold;
}