diff --git a/electron/favicon.icns b/electron/favicon.icns index 13d21f26..79e141a5 100644 Binary files a/electron/favicon.icns and b/electron/favicon.icns differ diff --git a/electron/favicon.ico b/electron/favicon.ico index 54721ebf..81a9aa5c 100644 Binary files a/electron/favicon.ico and b/electron/favicon.ico differ diff --git a/electron/favicon.png b/electron/favicon.png index 44994cc9..c837c787 100644 Binary files a/electron/favicon.png and b/electron/favicon.png differ diff --git a/electron_wegame/favicon.icns b/electron_wegame/favicon.icns index 13d21f26..79e141a5 100644 Binary files a/electron_wegame/favicon.icns and b/electron_wegame/favicon.icns differ diff --git a/electron_wegame/favicon.ico b/electron_wegame/favicon.ico index 54721ebf..81a9aa5c 100644 Binary files a/electron_wegame/favicon.ico and b/electron_wegame/favicon.ico differ diff --git a/electron_wegame/favicon.png b/electron_wegame/favicon.png index 44994cc9..c837c787 100644 Binary files a/electron_wegame/favicon.png and b/electron_wegame/favicon.png differ diff --git a/res/ui/changelog_skins/achievements.noinline.png b/res/ui/changelog_skins/achievements.noinline.png deleted file mode 100644 index 08bc74fc..00000000 Binary files a/res/ui/changelog_skins/achievements.noinline.png and /dev/null differ diff --git a/src/css/changelog_skins.scss b/src/css/changelog_skins.scss index bcc88ae2..f63849ad 100644 --- a/src/css/changelog_skins.scss +++ b/src/css/changelog_skins.scss @@ -1,18 +1,18 @@ -[data-changelog-skin="achievements"] { - background: #f8f8f8; +// [data-changelog-skin="achievements"] { +// background: #f8f8f8; - @include DarkThemeOverride { - background: rgba(0, 10, 20, 0.2); - } +// @include DarkThemeOverride { +// background: rgba(0, 10, 20, 0.2); +// } - @include S(border-radius, 5px); - &::before { - content: " "; - width: 100%; - display: block; - background: uiResource("changelog_skins/achievements.noinline.png") center center / cover no-repeat !important; - @include S(height, 80px); - @include S(border-radius, 5px); - @include S(margin-bottom, 5px); - } -} +// @include S(border-radius, 5px); +// &::before { +// content: " "; +// width: 100%; +// display: block; +// background: uiResource("changelog_skins/achievements.noinline.png") center center / cover no-repeat !important; +// @include S(height, 80px); +// @include S(border-radius, 5px); +// @include S(margin-bottom, 5px); +// } +// } diff --git a/src/js/core/background_resources_loader.js b/src/js/core/background_resources_loader.js index e5fc2ca0..3fee8088 100644 --- a/src/js/core/background_resources_loader.js +++ b/src/js/core/background_resources_loader.js @@ -36,10 +36,9 @@ export function getLogoSprite() { return "logo.png"; } -const essentialMainMenuSprites = [ - getLogoSprite(), - ...G_ALL_UI_IMAGES.filter(src => src.startsWith("ui/") && src.indexOf(".gif") < 0), -]; +const essentialMainMenuSprites = [getLogoSprite()]; + +console.warn("UI: ", G_ALL_UI_IMAGES); const essentialMainMenuSounds = [ SOUNDS.uiClick, SOUNDS.uiError, diff --git a/src/js/platform/browser/game_analytics.js b/src/js/platform/browser/game_analytics.js index 2488eee5..d770a495 100644 --- a/src/js/platform/browser/game_analytics.js +++ b/src/js/platform/browser/game_analytics.js @@ -93,12 +93,13 @@ export class ShapezGameAnalytics extends GameAnalyticsInterface { if (this.app.restrictionMgr.isLimitedVersion()) { fetch( - "https://play.shapez.io/shapez_launch_" + + "https://analytics.shapez.io/campaign/" + this.environment + "_" + CURRENT_ABT + "_" + - this.abtVariant, + this.abtVariant + + "?lpurl=nocontent", { method: "GET", mode: "no-cors",