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

Add smooth_zooming mod example, Fix UI toggle, (hopefully) fix vram issues, add latest discounts

This commit is contained in:
tobspr
2022-05-20 17:11:39 +02:00
parent 18f7ff1fea
commit c2c3bd67f4
7 changed files with 89 additions and 14 deletions

View File

@@ -132,17 +132,7 @@ $zindex: 100;
}
body.uiHidden {
.ingame_buildingsToolbar,
#ingame_HUD_PlacementHints,
#ingame_HUD_GameMenu,
#ingame_HUD_PinnedShapes,
#ingame_HUD_PuzzleBackToMenu,
#ingame_HUD_PuzzleNextPuzzle,
#ingame_HUD_PuzzleEditorReview,
#ingame_HUD_Notifications,
#ingame_HUD_TutorialHints,
#ingame_HUD_Waypoints,
#ingame_HUD_Waypoints_Hint {
> div {
display: none !important;
}
}