mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:43:49 +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", {
|
||||
name: "oopsText",
|
||||
|
|
Loading…
Reference in a new issue