fish size

This commit is contained in:
James B. Pollack 2016-02-23 18:20:27 -08:00
parent 03a4de4f92
commit c362b779ae

View file

@ -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,