1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Add beta mode and hud toggle

This commit is contained in:
tobspr
2020-05-13 10:41:00 +02:00
parent 862c69eade
commit 6429f67c7b
7 changed files with 44 additions and 4 deletions

View File

@@ -76,3 +76,7 @@
border-color: darken($colorRedBright, 40);
}
}
body.uiHidden #ingame_HUD_KeybindingOverlay .binding:not(.hudToggle) {
display: none;
}