This commit is contained in:
2026-03-17 20:55:38 +02:00
parent 7e7de616f8
commit 5ebdaa32f4
4 changed files with 64 additions and 38 deletions
@@ -71,7 +71,7 @@ class MazeQuizGame extends EventManager {
//engine.hero.model.rotation.y += Math.PI;
engine.motionQueue.add({
o: engine.hero,
a:{cameraDelta: k=>k*Math.PI*6 },
a:{cameraDelta: k=>k*Math.PI*4 },
t: 12
});
this.dispatchEvent({type:'finish'})