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

Vastly improve game loading time

This commit is contained in:
tobspr
2022-06-17 14:52:25 +02:00
parent 400cc5fe81
commit dfa392907d
18 changed files with 52 additions and 68 deletions

View File

@@ -36,12 +36,10 @@
background: transparent center center / 40% no-repeat;
opacity: 0.9;
&.editKeybinding {
/* @load-async */
background-image: uiResource("icons/edit_key.png");
}
&.resetKeybinding {
/* @load-async */
background-image: uiResource("icons/reset_key.png");
}

View File

@@ -23,7 +23,6 @@
pointer-events: all;
cursor: pointer;
& {
/* @load-async */
background: uiResource("icons/main_menu_settings.png") center center / contain no-repeat;
}
transition: opacity 0.12s ease-in-out;
@@ -35,7 +34,6 @@
}
.exitAppButton {
/* @load-async */
background-image: uiResource("icons/main_menu_exit.png");
background-size: 90%;
}
@@ -350,7 +348,6 @@
opacity: 0.5;
background: transparent center center/ 80% no-repeat;
& {
/* @load-async */
background-image: uiResource("icons/edit_key.png") !important;
}
@include DarkThemeInvert;
@@ -501,10 +498,6 @@
// @include S(width, 20px);
// & {
// /* @load-async */
// background-image: uiResource("res/ui/icons/mods_white.png") !important;
// }
background-position: center center;
background-size: D(15px);
background-color: $modsColor !important;
@@ -574,7 +567,6 @@
button.resumeGame {
background-color: #44484a;
& {
/* @load-async */
background-image: uiResource("icons/play.png");
}
}
@@ -585,7 +577,6 @@
background-color: transparent;
& {
/* @load-async */
background-image: uiResource("icons/download.png");
}
@include S(width, 15px);
@@ -609,7 +600,6 @@
@include IncreasedClickArea(0px);
& {
/* @load-async */
background-image: uiResource("icons/delete.png");
}
@include S(width, 15px);
@@ -630,7 +620,6 @@
@include IncreasedClickArea(2px);
& {
/* @load-async */
background-image: uiResource("icons/edit_key.png");
}
@include S(width, 10px);
@@ -724,7 +713,6 @@
overflow: hidden;
& {
/* @load-async */
background: #fff uiResource("wegame_isbn_rating.jpg") center center / contain no-repeat;
}
}
@@ -791,11 +779,9 @@
@include S(height, 50px);
background: center center / 80% no-repeat;
&.githubLogo {
/* @load-async */
background-image: uiResource("main_menu/github.png");
}
&.discordLogo {
/* @load-async */
background-image: uiResource("main_menu/discord.png");
background-size: 95%;
}
@@ -837,15 +823,12 @@
transition: background-color 0.12s ease-in-out;
&.redditLink {
/* @load-async */
background-image: uiResource("main_menu/reddit.svg");
}
&.changelog {
/* @load-async */
background-image: uiResource("main_menu/changelog.svg");
}
&.helpTranslate {
/* @load-async */
background-image: uiResource("main_menu/translate.svg");
}
}

View File

@@ -31,7 +31,6 @@
height: 80px;
min-height: 40px;
& {
/* @load-async */
background: uiResource("steam_link_btn/0.png") center center / contain no-repeat;
}
overflow: hidden;

View File

@@ -77,7 +77,6 @@
opacity: 0.2;
}
&::before {
/* @load-async */
background-image: uiResource("res/ui/icons/mods.png") !important;
}
}

View File

@@ -247,7 +247,6 @@
@include DarkThemeInvert;
& {
/* @load-async */
background-image: uiResource("icons/delete.png") !important;
}
}
@@ -275,7 +274,6 @@
@include DarkThemeInvert;
& {
/* @load-async */
background: uiResource("icons/puzzle_plays.png") #{D(2px)} #{D(2.5px)} / #{D(
8px
)} #{D(8px)} no-repeat;
@@ -293,7 +291,6 @@
@include DarkThemeInvert;
& {
/* @load-async */
background: uiResource("icons/puzzle_upvotes.png") #{D(2px)} #{D(2.4px)} / #{D(
9px
)} #{D(9px)} no-repeat;
@@ -349,14 +346,12 @@
opacity: 0.1;
& {
/* @load-async */
background: uiResource("icons/puzzle_complete_indicator.png") center center /
contain no-repeat;
}
}
@include DarkThemeOverride {
&::after {
/* @load-async */
background: uiResource("icons/puzzle_complete_indicator_inverse.png") center
center / contain no-repeat;
}

View File

@@ -202,7 +202,6 @@
@include S(padding-right, 15px);
& {
/* @load-async */
background: #fff uiResource("icons/enum_selector.png") calc(100% - #{D(5px)})
calc(50% + #{D(1px)}) / #{D(15px)} no-repeat;
}
@@ -244,7 +243,6 @@
background-color: $darkModeControlsBackground;
& {
/* @load-async */
background-image: uiResource("icons/enum_selector_white.png");
}
color: #ddd;