From 048bbd3b9e86a73be3c082252440d55c1895cacd Mon Sep 17 00:00:00 2001 From: Orion Reed Date: Fri, 20 Dec 2024 12:51:00 -0500 Subject: [PATCH] less rope --- website/canvas/space-morph.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/canvas/space-morph.html b/website/canvas/space-morph.html index ff5ecc2..d87c294 100644 --- a/website/canvas/space-morph.html +++ b/website/canvas/space-morph.html @@ -62,7 +62,7 @@ const space = document.getElementById('space'); // Create multiple ropes - const ropes = Array.from({ length: 10 }, () => { + const ropes = Array.from({ length: 1 }, () => { const rope = document.createElement('folk-rope'); document.body.appendChild(rope); return rope;