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

Rebalance whole game

This commit is contained in:
tobspr
2020-05-17 14:46:33 +02:00
parent 6a61d03489
commit 97f52f509b
15 changed files with 204 additions and 111 deletions

View File

@@ -42,7 +42,7 @@
color: #fff;
text-align: center;
font-weight: bold;
@include S(width, 45px);
@include S(width, 50px);
@include S(padding, 0px, 5px);
&[data-tier="0"] {
@@ -61,10 +61,10 @@
background-color: rgb(243, 77, 48);
}
&[data-tier="5"] {
background-color: rgb(219, 184, 29);
background-color: rgb(255, 209, 6);
}
&[data-tier="6"] {
background-color: rgb(190, 73, 73);
background-color: rgb(44, 41, 46);
}
}
}
@@ -105,15 +105,16 @@
display: flex;
flex-direction: column;
align-items: center;
@include S(width, 75px);
@include S(width, 70px);
overflow: hidden;
button.pin {
@include S(width, 12px);
@include S(height, 12px);
background: uiResource("icons/pin.png") center center / 95% no-repeat;
position: absolute;
@include S(top, -2px);
@include S(right, -2px);
@include S(top, 2px);
@include S(right, 2px);
opacity: 0.6;
cursor: pointer;
pointer-events: all;