mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-05 21:22:07 +02:00
moving text position higher
This commit is contained in:
parent
248f9ba375
commit
3c65b92ff5
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
if (HMD.active) {
|
||||
warningOverlayID = Overlays.addOverlay("text3d", {
|
||||
name: "Muted-Warning",
|
||||
localPosition: { x: 0.0, y: -0.5, z: -1.0 },
|
||||
localPosition: { x: 0.0, y: -0.45, z: -1.0 },
|
||||
localOrientation: Quat.fromVec3Degrees({ x: 0.0, y: 0.0, z: 0.0, w: 1.0 }),
|
||||
text: warningText,
|
||||
textAlpha: 1,
|
||||
|
|
Loading…
Reference in a new issue