mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 00:56:45 +02:00
making text box smaller for no occlusion
This commit is contained in:
parent
9079c8a6b7
commit
8b29f7c294
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
var oopsDimensions = {x: 4.2, y: 1};
|
var oopsDimensions = {x: 4.2, y: 0.8};
|
||||||
|
|
||||||
var redirectOopsText = Overlays.addOverlay("text3d", {
|
var redirectOopsText = Overlays.addOverlay("text3d", {
|
||||||
name: "oopsText",
|
name: "oopsText",
|
||||||
|
|
Loading…
Reference in a new issue