From 9e12926fd8f33f77a5b098eadb38a5521bf6f491 Mon Sep 17 00:00:00 2001 From: Sikaar Date: Tue, 5 Dec 2023 12:14:35 +0100 Subject: [PATCH] Update acomponent.js --- js/acomponent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/acomponent.js b/js/acomponent.js index 5211a2f..87f65ec 100644 --- a/js/acomponent.js +++ b/js/acomponent.js @@ -3,7 +3,7 @@ AFRAME.registerComponent('containerent', { let container = this.el; for (var i=0; i<50; i++) { -if (i<25){this.el.innerHTML += ""}; +if (i<30){this.el.innerHTML += ""}; //console.log("adding one"); //console.log(""); this.el.innerHTML += " ";