Skip to content

Commit

Permalink
fix: tutorial의 final effect 표기 오류
Browse files Browse the repository at this point in the history
  • Loading branch information
HyeokjinKang committed Oct 22, 2023
1 parent 718ce25 commit fafe08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/tutorial.js
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ const drawFinalEffect = (i) => {
ctx.textAlign = "right";
ctx.textBaseline = "bottom";
ctx.fillText(text, effectX, effectY);
ctx.globalAlpha = globalAlpha;
ctx.globalAlpha = 1;

ctx.beginPath();
let mainTextX = canvas.width / 2;
Expand Down

0 comments on commit fafe08d

Please sign in to comment.