add debug labels and some missing shapes

This commit is contained in:
Brian Beck 2025-11-23 21:47:49 -08:00
parent 7557d2c48e
commit 878c798bcd
21 changed files with 385 additions and 147 deletions

View file

@ -45,3 +45,15 @@ main {
#speedInput {
max-width: 80px;
}
.StaticShapeLabel {
background: rgba(0, 0, 0, 0.5);
color: #fff;
font-size: 11px;
white-space: nowrap;
}
.StatsPanel {
left: auto !important;
right: 0;
}