added status hud at bottom right + speed in tps

This commit is contained in:
Nathan DECHER
2020-04-13 15:34:11 +02:00
parent 5775f6c96c
commit 462668e5cd
4 changed files with 58 additions and 6 deletions
+17
View File
@@ -38,4 +38,21 @@
transform: translate(-50%, -50%);
opacity: .5;
}
.status {
bottom: 1rem;
right: 1rem;
padding: .2rem;
font-size: 1.4rem;
.score::before {
content: '\1f34e';
}
.time::before {
content: '\23f1';
}
.speed::before {
content: '\1f684';
}
}
}