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

Refactor static map entity component to store building metaclass

This commit is contained in:
tobspr
2020-07-27 17:14:29 +02:00
parent 567db72538
commit bf2eee908f
17 changed files with 307 additions and 166 deletions

View File

@@ -29,7 +29,6 @@
.buildings {
display: grid;
grid-auto-flow: column;
@include S(margin-bottom, 2px);
.building {
color: $accentColorDark;
@@ -43,7 +42,7 @@
@include S(width, 35px);
@include S(height, 40px);
background: center center / 70% no-repeat;
background: center center / 65% no-repeat;
&:not(.unlocked) {
@include S(width, 20px);

View File

@@ -55,7 +55,7 @@
opacity: 0;
display: none;
transform: translate(50%, 50%);
// filter: blur(10px);
filter: blur(D(3px));
$opacity: 0.2;
&.loaded {