fix(nds): remove all top baselines
This commit is contained in:
@@ -361,7 +361,6 @@ onRender((ctx, deltaTime) => {
|
||||
ctx.save();
|
||||
ctx.globalAlpha = animation.areaOpacity;
|
||||
ctx.fillStyle = "#fbfbfb";
|
||||
ctx.textBaseline = "top";
|
||||
ctx.fillRect(32, 112, 191, 31);
|
||||
|
||||
ctx.fillStyle = "#797979";
|
||||
@@ -370,7 +369,7 @@ onRender((ctx, deltaTime) => {
|
||||
ctx,
|
||||
$t("settings.touchScreen.tapTap.startPrompt"),
|
||||
32,
|
||||
123,
|
||||
123 + 9,
|
||||
191,
|
||||
);
|
||||
ctx.restore();
|
||||
|
||||
Reference in New Issue
Block a user