From 54a1b1d92192d843934e6013a7f4d9eeb8122014 Mon Sep 17 00:00:00 2001 From: Lugiad <2070109+Adri1@users.noreply.github.com> Date: Fri, 27 Jun 2025 19:28:21 +0200 Subject: [PATCH] INSTRUCTIONS_TEXT adjustments --- src/ui/text.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ui/text.ts b/src/ui/text.ts index 69814887e99..f880963579c 100644 --- a/src/ui/text.ts +++ b/src/ui/text.ts @@ -384,6 +384,8 @@ export function getTextStyleOptions( } styleOptions.fontSize = defaultFontSize - 30; styleOptions.fontFamily = "pkmnems"; + shadowXpos = 3; + shadowYpos = 3; break; } case TextStyle.MOVE_LABEL: {