This commit is contained in:
2025-11-25 17:45:50 +02:00
parent c6d4ce9007
commit b991b962f3
3 changed files with 11 additions and 8 deletions
@@ -12,8 +12,8 @@ const imgParams = {
type: 'ImageObject',
width: params.wallSize*0.033,
height: params.wallSize*0.033,
value: 'arrow.png',
path: '/static/textures/'
value: 'arrow.webp',
path: '/static/meshes/quiz/'
}
const textParams = {
@@ -147,7 +147,7 @@ class MazeQuizGame extends EventDispatcher {
len: 3,
objects:[
{
...textParams, color:0xff0000, text: question.h, fontSize:0.033, position:[0,.44,2+.96], rotation:[0,Math.PI, 0]
...textParams, color:0xff0000, text: question.h, fontSize:0.033, position:[0,.44,3+.96], rotation:[0,Math.PI, 0]
}
]
}