This commit is contained in:
2025-11-29 16:42:16 +02:00
parent f383d9d548
commit a8b4053986
@@ -13,12 +13,13 @@ const imgParams = {
width: params.wallSize*0.033, width: params.wallSize*0.033,
height: params.wallSize*0.033, height: params.wallSize*0.033,
value: 'arrow.webp', value: 'arrow.webp',
path: '/static/meshes/quiz/' path: '/static/meshes/quiz/', distance: params.wallSize*2
} }
const textParams = { const textParams = {
type: 'TextObject', width:0.44, type: 'TextObject', width:0.44,
fontPath:'/static/fonts/Montserrat-Regular.ttf', fontSize:0.025 fontPath:'/static/fonts/Montserrat-Regular.ttf',
fontSize:0.025, distance: params.wallSize*2
} }
const defaults = { const defaults = {