From a8b4053986c18da502c983aacd2904bf23014770 Mon Sep 17 00:00:00 2001 From: goynov Date: Sat, 29 Nov 2025 16:42:16 +0200 Subject: [PATCH] #36 --- .../InteractiveObjects/MazeQuizGame/MazeQuizGame.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/InteractiveObjects/MazeQuizGame/MazeQuizGame.js b/src/components/InteractiveObjects/MazeQuizGame/MazeQuizGame.js index 82839ac..42fb670 100644 --- a/src/components/InteractiveObjects/MazeQuizGame/MazeQuizGame.js +++ b/src/components/InteractiveObjects/MazeQuizGame/MazeQuizGame.js @@ -13,12 +13,13 @@ const imgParams = { width: params.wallSize*0.033, height: params.wallSize*0.033, value: 'arrow.webp', - path: '/static/meshes/quiz/' + path: '/static/meshes/quiz/', distance: params.wallSize*2 } const textParams = { 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 = {