less rope
This commit is contained in:
parent
583c4af0b4
commit
048bbd3b9e
|
|
@ -62,7 +62,7 @@
|
||||||
const space = document.getElementById('space');
|
const space = document.getElementById('space');
|
||||||
|
|
||||||
// Create multiple ropes
|
// Create multiple ropes
|
||||||
const ropes = Array.from({ length: 10 }, () => {
|
const ropes = Array.from({ length: 1 }, () => {
|
||||||
const rope = document.createElement('folk-rope');
|
const rope = document.createElement('folk-rope');
|
||||||
document.body.appendChild(rope);
|
document.body.appendChild(rope);
|
||||||
return rope;
|
return rope;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue