mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 15:09:24 +02:00
Update masterResetEntity.js
This commit is contained in:
parent
7681d8d77d
commit
68615e171a
1 changed files with 6 additions and 6 deletions
|
@ -86,11 +86,11 @@ function createAllToys() {
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
// createWhiteboard({
|
createWhiteboard({
|
||||||
// x: 500,
|
x: 500,
|
||||||
// y: 500,
|
y: 500,
|
||||||
// z: 500
|
z: 500
|
||||||
// });
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -790,4 +790,4 @@ function randFloat(low, high) {
|
||||||
|
|
||||||
function randInt(low, high) {
|
function randInt(low, high) {
|
||||||
return Math.floor(randFloat(low, high));
|
return Math.floor(randFloat(low, high));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue