main: minor bugfix
/ mirror_to_github (push) Successful in 20s Details
/ test (push) Successful in 6s Details

This commit is contained in:
Leon van Kammen 2024-08-30 10:40:59 +00:00
parent fdc1d55637
commit f7a178b5e7
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
AFRAME.registerComponent('isoterminal', { AFRAME.registerComponent('isoterminal', {
schema: { schema: {
iso: { type:"string", "default":"com/isoterminal/xrsh.iso" }, iso: { type:"string", "default":"com/isoterminal/images/buildroot-bzimage.bin" },
cols: { type: 'number',"default": 120 }, cols: { type: 'number',"default": 120 },
rows: { type: 'number',"default": 30 }, rows: { type: 'number',"default": 30 },
padding:{ type: 'number',"default": 18 }, padding:{ type: 'number',"default": 18 },