mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 19:21:16 +02:00
Update hiddenEntityReset.js
leading zeroes
This commit is contained in:
parent
3a6478aac1
commit
79a60c0648
1 changed files with 4 additions and 4 deletions
|
@ -249,9 +249,9 @@
|
||||||
z: 0
|
z: 0
|
||||||
},
|
},
|
||||||
accelerationSpread: {
|
accelerationSpread: {
|
||||||
x: .00,
|
x: 0.00,
|
||||||
y: .00,
|
y: 0.00,
|
||||||
z: .00
|
z: 0.00
|
||||||
},
|
},
|
||||||
radiusStart: 0.01,
|
radiusStart: 0.01,
|
||||||
radiusFinish: 0.005,
|
radiusFinish: 0.005,
|
||||||
|
@ -1509,4 +1509,4 @@
|
||||||
};
|
};
|
||||||
// entity scripts always need to return a newly constructed object of our type
|
// entity scripts always need to return a newly constructed object of our type
|
||||||
return new ResetSwitch();
|
return new ResetSwitch();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue