diff --git a/public/static/meshes/quiz/x.webp b/public/static/meshes/quiz/x.webp new file mode 100644 index 0000000..b89e2dc Binary files /dev/null and b/public/static/meshes/quiz/x.webp differ diff --git a/public/static/textures/arrow.png b/public/static/textures/arrow.png deleted file mode 100644 index 458d5ef..0000000 Binary files a/public/static/textures/arrow.png and /dev/null differ diff --git a/src/components/InteractiveObjects/MazeQuizGame/MazeQuizGame.js b/src/components/InteractiveObjects/MazeQuizGame/MazeQuizGame.js index 14f7674..82839ac 100644 --- a/src/components/InteractiveObjects/MazeQuizGame/MazeQuizGame.js +++ b/src/components/InteractiveObjects/MazeQuizGame/MazeQuizGame.js @@ -147,7 +147,9 @@ class MazeQuizGame extends EventDispatcher { len: 3, objects:[ { - ...textParams, color:0xff0000, text: question.h, fontSize:0.033, width:0.66, position:[0,.44,3+.96], rotation:[0,Math.PI, 0] + ...textParams, color:0xc71414, text: question.h, fontSize:0.033, width:0.66, position:[0,.44,3+.96], rotation:[0,Math.PI, 0] + },{ + ...imgParams, value:'x.webp', position:[0,.33,3+.96], rotation:[0,Math.PI, 0] } ] }