mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Allow muting sounds and music
This commit is contained in:
@@ -27,14 +27,19 @@
|
||||
|
||||
&:hover {
|
||||
opacity: 0.8;
|
||||
transform: translateY(3px);
|
||||
}
|
||||
&.music {
|
||||
background-image: uiResource("icons/music_on.png");
|
||||
&.muted {
|
||||
background-image: uiResource("icons/music_off.png");
|
||||
}
|
||||
}
|
||||
|
||||
&.sfx {
|
||||
background-image: uiResource("icons/sound_on.png");
|
||||
&.muted {
|
||||
background-image: uiResource("icons/sound_off.png");
|
||||
}
|
||||
}
|
||||
|
||||
&.settings {
|
||||
|
||||
Reference in New Issue
Block a user