1
0
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:
tobspr
2020-05-14 19:29:21 +02:00
parent af0f56b5e4
commit 23874c43dc
4 changed files with 64 additions and 8 deletions

View File

@@ -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 {