fix(nds): remove all top baselines
This commit is contained in:
@@ -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,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user