feat: implement variable height for node shader
Some checks failed
🚀 Lint & Test & Deploy / release (pull_request) Failing after 1m3s

This commit is contained in:
release-bot
2026-02-12 18:11:14 +01:00
parent da09f8ba1e
commit 3f440728fc
5 changed files with 91 additions and 42 deletions

View File

@@ -43,7 +43,7 @@
const path = $derived(
createNodePath({
depth: 6,
height: 1700 / height,
height: 2000 / height,
y: 50.5,
cornerBottom,
leftBump,
@@ -53,7 +53,7 @@
const pathHover = $derived(
createNodePath({
depth: 7,
height: 2000 / height,
height: 2200 / height,
y: 50.5,
cornerBottom,
leftBump,