smaller codemirror so it fits on quest window
/ mirror_to_github (push) Successful in 35s Details
/ test (push) Successful in 8s Details

This commit is contained in:
Leon van Kammen 2024-10-24 14:57:54 +00:00
parent 4c52fff332
commit c79b764f00
1 changed files with 2 additions and 2 deletions

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 () {