fix(nds): remove all top baselines

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

View File

@@ -267,7 +267,6 @@ onRender((ctx) => {
ctx.globalAlpha = intro.boardOpacity;
ctx.translate(0, intro.boardOffsetY);
ctx.textBaseline = "top";
ctx.font = "10px NDS10";
// board
@@ -285,7 +284,7 @@ onRender((ctx) => {
y += 16;
i += 1;
}
ctx.fillText(text[i]!, x + 20, y);
ctx.fillText(text[i]!, x + 20, y + 9);
}
} else {
// food