diff --git a/src/screens/start/controllerAlign.js b/src/screens/start/controllerAlign.js index 22f6379..544a707 100644 --- a/src/screens/start/controllerAlign.js +++ b/src/screens/start/controllerAlign.js @@ -63,7 +63,7 @@ class ControllerAlignScreen extends Screen { var mesh = new TextBox("Then click the app button", 0.07, 0.07, 50, 0xffffff); mesh.position.z = -1; - mesh.position.y = 0.15; + mesh.position.y = -0.1; mesh.lookAt( this.root.camera.position ); renderGroup.add( mesh );