maze quiz add X sign for wrong answers

This commit is contained in:
2025-11-28 17:59:34 +02:00
parent ee574bd282
commit 443f3ef05a
3 changed files with 3 additions and 1 deletions
@@ -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]
}
]
}