add new award
This commit is contained in:
@@ -103,8 +103,8 @@ class MazeQuizGame extends EventDispatcher {
|
||||
objects:[
|
||||
{
|
||||
type: 'Gltf',
|
||||
position:[0,.25,len + .52], scale: [0.037, 0.037, 0.037], rotation: [0, Math.PI/4, 0],
|
||||
value: '/static/meshes/quiz/award.glb'
|
||||
position:[0,.22,len + .52], scale: [0.33, 0.33, 0.33], rotation: [0, Math.PI/4, 0],
|
||||
value: '/static/meshes/quiz/trophy.glb'
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user