From 2d0e4b3793079baf4e6ed3a353a4f9eb15a5146c Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Sun, 15 Feb 2026 22:41:21 +0100 Subject: [PATCH] feat(nds): add 2d css NDS and move 3d nds to NDS3D component --- app/components/NDS2D.vue | 463 ++++++++++++++++++++++++++ app/components/{NDS.vue => NDS3D.vue} | 0 app/pages/index.vue | 14 +- 3 files changed, 470 insertions(+), 7 deletions(-) create mode 100644 app/components/NDS2D.vue rename app/components/{NDS.vue => NDS3D.vue} (100%) diff --git a/app/components/NDS2D.vue b/app/components/NDS2D.vue new file mode 100644 index 0000000..72d7cb9 --- /dev/null +++ b/app/components/NDS2D.vue @@ -0,0 +1,463 @@ + + + + + diff --git a/app/components/NDS.vue b/app/components/NDS3D.vue similarity index 100% rename from app/components/NDS.vue rename to app/components/NDS3D.vue diff --git a/app/pages/index.vue b/app/pages/index.vue index 7138292..200b2f1 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -27,19 +27,19 @@ const bottomScreenCanvas = computed(() => bottomScreen.value?.canvas ?? null); - -
-
+ + +