less rope

This commit is contained in:
Orion Reed 2024-12-20 12:51:00 -05:00
parent 583c4af0b4
commit 048bbd3b9e
1 changed files with 1 additions and 1 deletions

View File

@ -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;