fix(nds): remove all top baselines

This commit is contained in:
2026-02-27 02:03:48 +01:00
parent 6dcf03a38a
commit 6264ad41f8
20 changed files with 57 additions and 71 deletions

View File

@@ -38,8 +38,7 @@ onRender((ctx) => {
assets.images.common.confirmationModal.draw(ctx, BG_X, BG_Y);
ctx.font = "16px Pokemon DP Pro";
ctx.textBaseline = "top";
ctx.font = "10px NDS10";
ctx.fillStyle = "#ffffff";
const rawText =
@@ -55,7 +54,7 @@ onRender((ctx) => {
ctx,
lines[i]!,
BG_X,
textStartY + i * LINE_HEIGHT,
textStartY + i * LINE_HEIGHT + 13,
BG_WIDTH,
);
}