From f7a178b5e720bd9efcdd87b7894ca175a5f50ddb Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Fri, 30 Aug 2024 10:40:59 +0000 Subject: [PATCH] main: minor bugfix --- com/isoterminal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com/isoterminal.js b/com/isoterminal.js index 8dbf4fa..f707d87 100644 --- a/com/isoterminal.js +++ b/com/isoterminal.js @@ -1,6 +1,6 @@ AFRAME.registerComponent('isoterminal', { schema: { - iso: { type:"string", "default":"com/isoterminal/xrsh.iso" }, + iso: { type:"string", "default":"com/isoterminal/images/buildroot-bzimage.bin" }, cols: { type: 'number',"default": 120 }, rows: { type: 'number',"default": 30 }, padding:{ type: 'number',"default": 18 },