resolves #4
This commit is contained in:
@@ -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]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user