From 4110539824168476e7c9c975652210ec5c445a69 Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Mon, 16 Feb 2026 13:47:51 +0100 Subject: [PATCH] fix(intro): wrong fade in bottom screen --- app/components/Intro/BottomScreen/BottomScreen.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/Intro/BottomScreen/BottomScreen.vue b/app/components/Intro/BottomScreen/BottomScreen.vue index 3380b5a..4db1ec7 100644 --- a/app/components/Intro/BottomScreen/BottomScreen.vue +++ b/app/components/Intro/BottomScreen/BottomScreen.vue @@ -69,7 +69,7 @@ onRender((ctx) => { fillTextHCentered(ctx, $t("intro.hint"), 0, HINT_Y, LOGICAL_WIDTH); ctx.globalAlpha = store.isOutro ? store.outro.backgroundOpacity : 0; - assets.images.home.topScreen.background.draw(ctx, 0, 0); + assets.images.home.bottomScreen.background.draw(ctx, 0, 0); }); onClick(() => {