From cdd6be07190fbba2c077aeaf70d286df8796edd0 Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Thu, 19 Feb 2026 19:30:33 +0100 Subject: [PATCH] feat(2d-nds): help labels --- app/components/NDS2D.vue | 165 ++++++++++++++++++++++++++++++++++++++- app/utils/input.ts | 36 +++++++++ 2 files changed, 200 insertions(+), 1 deletion(-) diff --git a/app/components/NDS2D.vue b/app/components/NDS2D.vue index 473f963..e9b5a80 100644 --- a/app/components/NDS2D.vue +++ b/app/components/NDS2D.vue @@ -1,5 +1,9 @@