Added a clowncar HUD button for companions (#1574)

This commit is contained in:
WBHarry 2026-01-24 20:23:03 +01:00 committed by GitHub
parent d43a4994ad
commit 2757a97244
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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);
}
}