mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:24:03 +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
|
||||
if (_this.fish === null) {
|
||||
|
||||
_this.fish = _this.findFishInTank();
|
||||
}
|
||||
|
||||
|
@ -386,11 +385,11 @@
|
|||
z: 0,
|
||||
w: 1
|
||||
},
|
||||
dimensions: {
|
||||
x: FISH_WIDTH,
|
||||
y: FISH_WIDTH,
|
||||
z: FISH_LENGTH
|
||||
},
|
||||
// dimensions: {
|
||||
// x: FISH_WIDTH,
|
||||
// y: FISH_WIDTH,
|
||||
// z: FISH_LENGTH
|
||||
// },
|
||||
// velocity: {
|
||||
// x: SWIMMING_SPEED,
|
||||
// y: SWIMMING_SPEED,
|
||||
|
|
Loading…
Reference in a new issue