Added a clowncar HUD button for companions

This commit is contained in:
WBHarry 2026-01-24 01:04:30 +01:00
parent edc3017b39
commit 05363da421
4 changed files with 42 additions and 14 deletions

View file

@ -24,13 +24,13 @@
font-weight: bold;
}
}
}
.clown-car img {
transition: 0.5s;
.clown-car img {
transition: 0.5s;
&.flipped {
transform: scaleX(-1);
}
&.flipped {
transform: scaleX(-1);
}
}