This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user