Add FPSCounter toggle button (Debug only)

This commit is contained in:
OleSTEEP 2024-01-09 02:09:56 +03:00
parent bc89b1f1ff
commit f4a9d6897e
2 changed files with 26 additions and 0 deletions

View file

@ -38,6 +38,15 @@
min-height: 6vh;
}
.fps-button {
position: absolute;
left: 5px;
top: 5px;
width: 90px;
height: 40px;
z-index: 1489;
}
.gamepad-buttons {
opacity: 0.9;
z-index: 1488;