feat(intro): play home intro once in the intro screen instead of having weird boolean in app store
This commit is contained in:
@@ -27,6 +27,9 @@ onRender((ctx) => {
|
||||
const frame = assets.images.intro.logoAnimated[frameKey];
|
||||
|
||||
frame.draw(ctx, 0, 0);
|
||||
|
||||
ctx.globalAlpha = store.isOutro ? store.outro.backgroundOpacity : 0;
|
||||
assets.images.home.topScreen.background.draw(ctx, 0, 0);
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user