main: minor bugfix
This commit is contained in:
parent
fdc1d55637
commit
f7a178b5e7
|
@ -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 },
|
||||||
|
|
Loading…
Reference in New Issue