mirror of
https://github.com/overte-org/overte.git
synced 2025-07-22 21:28:54 +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) {
|
if (HMD.active) {
|
||||||
warningOverlayID = Overlays.addOverlay("text3d", {
|
warningOverlayID = Overlays.addOverlay("text3d", {
|
||||||
name: "Muted-Warning",
|
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 }),
|
localOrientation: Quat.fromVec3Degrees({ x: 0.0, y: 0.0, z: 0.0, w: 1.0 }),
|
||||||
text: warningText,
|
text: warningText,
|
||||||
textAlpha: 1,
|
textAlpha: 1,
|
||||||
|
|
Loading…
Reference in a new issue