smaller codemirror so it fits on quest window
All checks were successful
/ mirror_to_github (push) Successful in 35s
/ test (push) Successful in 8s

This commit is contained in:
Leon van Kammen 2024-10-24 14:57:54 +00:00
parent 4c52fff332
commit c79b764f00

View file

@ -4,8 +4,8 @@ AFRAME.registerComponent('codemirror', {
schema: { schema: {
file: { type:"string"}, file: { type:"string"},
term: { type:"selector", default: "[isoterminal]" }, term: { type:"selector", default: "[isoterminal]" },
width: { type:"number", default:900}, width: { type:"number", default:700},
height: { type:"number", default:700}, height: { type:"number", default:500},
}, },
init: function () { init: function () {