mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2026-01-27 23:10:35 -08:00
Further performance improvements, show indicator while game is saving
This commit is contained in:
parent
bba29b8a8b
commit
1ebfafd8de
11 changed files with 1223 additions and 1172 deletions
|
|
@ -56,6 +56,17 @@
|
|||
transform: scale(1.1, 1.1);
|
||||
}
|
||||
}
|
||||
|
||||
&.saving {
|
||||
@include InlineAnimation(0.4s ease-in-out infinite) {
|
||||
50% {
|
||||
opacity: 0.5;
|
||||
transform: scale(0.8);
|
||||
}
|
||||
}
|
||||
pointer-events: none;
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
|
||||
&.settings {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue