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(() => {