Skip to content

Commit

Permalink
text color
Browse files Browse the repository at this point in the history
  • Loading branch information
maamokun committed Aug 13, 2024
1 parent 3dadedd commit 99ebb54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gen/level.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ export async function createLevel({
ctx.fill();

ctx.font = "25px SDK_JP_Web";
ctx.fillStyle = "FFFFFF";
ctx.fillStyle = "#FFFFFF";
ctx.fillText(`${totalXPNum - currentXPNum} to next level`, 1230, 305);

return await canvas.encode("png");
Expand Down

0 comments on commit 99ebb54

Please sign in to comment.