mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 01:46:35 +02:00
cleanup
This commit is contained in:
parent
82828fdd14
commit
c6fa132dc2
1 changed files with 3 additions and 4 deletions
|
@ -36,14 +36,14 @@
|
|||
x: 0.04,
|
||||
y: 0.04,
|
||||
z: 0.04
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
var BALL_COLOR = {
|
||||
red: 255,
|
||||
green: 255,
|
||||
blue: 255
|
||||
}
|
||||
};
|
||||
|
||||
PingPongGun.prototype = {
|
||||
hand: null,
|
||||
|
@ -87,8 +87,7 @@
|
|||
_t.whichHand = null;
|
||||
this.canShootTimeout = Script.setTimeout(function() {
|
||||
_t.canShoot = false;
|
||||
|
||||
}, 250)
|
||||
}, 250);
|
||||
}
|
||||
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue