From b3ffaf6794f0222363ce4f1f946b495b19d9e30b Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Wed, 11 Mar 2026 00:36:14 +0100 Subject: [PATCH] =?UTF-8?q?fix(nds):=20use=20'=E2=86=90=20=E2=86=91=20?= =?UTF-8?q?=E2=86=92=20=E2=86=93'=20for=20help=20text=20instead=20of=20'Ar?= =?UTF-8?q?rows'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/NDS2D.vue | 2 +- app/components/NDS3D.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/NDS2D.vue b/app/components/NDS2D.vue index 53edefb..e6c2e88 100644 --- a/app/components/NDS2D.vue +++ b/app/components/NDS2D.vue @@ -263,7 +263,7 @@ watch( class="nds2d-hints-container" style="opacity: 0" > -
Arrows
+
← ↑ → ↓
{{ mapNDSToKey("X") }}
{{ mapNDSToKey("A") }}
{{ mapNDSToKey("B") }}
diff --git a/app/components/NDS3D.vue b/app/components/NDS3D.vue index c2fb190..62826eb 100644 --- a/app/components/NDS3D.vue +++ b/app/components/NDS3D.vue @@ -266,7 +266,7 @@ const HINTS: Record = { offset: new THREE.Vector3(-0.75, 0.15, 0.0), }, [CROSS_BUTTON]: { - label: "Arrows", + label: "← ↑ → ↓", offset: new THREE.Vector3(0.75, 2.3, 0.0), }, };