mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
fish size
This commit is contained in:
parent
03a4de4f92
commit
c362b779ae
1 changed files with 5 additions and 6 deletions
|
@ -188,7 +188,6 @@
|
||||||
|
|
||||||
//fish in userdata already
|
//fish in userdata already
|
||||||
if (_this.fish === null) {
|
if (_this.fish === null) {
|
||||||
|
|
||||||
_this.fish = _this.findFishInTank();
|
_this.fish = _this.findFishInTank();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -386,11 +385,11 @@
|
||||||
z: 0,
|
z: 0,
|
||||||
w: 1
|
w: 1
|
||||||
},
|
},
|
||||||
dimensions: {
|
// dimensions: {
|
||||||
x: FISH_WIDTH,
|
// x: FISH_WIDTH,
|
||||||
y: FISH_WIDTH,
|
// y: FISH_WIDTH,
|
||||||
z: FISH_LENGTH
|
// z: FISH_LENGTH
|
||||||
},
|
// },
|
||||||
// velocity: {
|
// velocity: {
|
||||||
// x: SWIMMING_SPEED,
|
// x: SWIMMING_SPEED,
|
||||||
// y: SWIMMING_SPEED,
|
// y: SWIMMING_SPEED,
|
||||||
|
|
Loading…
Reference in a new issue