added status hud at bottom right + speed in tps
This commit is contained in:
@@ -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';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user