mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 16:36:55 +02:00
make target reset wider
This commit is contained in:
parent
f436857a62
commit
90131f1291
2 changed files with 3 additions and 3 deletions
|
@ -387,7 +387,7 @@
|
|||
|
||||
function createTargetResetter() {
|
||||
var dimensions = {
|
||||
x: 0.5,
|
||||
x: 1,
|
||||
y: 0.1,
|
||||
z: 0.01
|
||||
};
|
||||
|
|
|
@ -365,7 +365,7 @@ MasterReset = function() {
|
|||
|
||||
function createTargetResetter() {
|
||||
var dimensions = {
|
||||
x: 0.5,
|
||||
x: 1,
|
||||
y: 0.1,
|
||||
z: 0.01
|
||||
};
|
||||
|
@ -377,7 +377,7 @@ MasterReset = function() {
|
|||
};
|
||||
|
||||
var rotation = Quat.fromPitchYawRollDegrees(0, 0, 0);
|
||||
|
||||
|
||||
var resetter = Entities.addEntity({
|
||||
type: "Text",
|
||||
position: position,
|
||||
|
|
Loading…
Reference in a new issue