fix(intro): wrong fade in bottom screen
This commit is contained in:
@@ -69,7 +69,7 @@ onRender((ctx) => {
|
|||||||
fillTextHCentered(ctx, $t("intro.hint"), 0, HINT_Y, LOGICAL_WIDTH);
|
fillTextHCentered(ctx, $t("intro.hint"), 0, HINT_Y, LOGICAL_WIDTH);
|
||||||
|
|
||||||
ctx.globalAlpha = store.isOutro ? store.outro.backgroundOpacity : 0;
|
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(() => {
|
onClick(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user