mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
Update pingPongGun.js
Gun force shouldn't be so low.
This commit is contained in:
parent
f2283ab9f2
commit
3e2b32530a
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
|||
var RELOAD_THRESHOLD = 0.95;
|
||||
var GUN_TIP_FWD_OFFSET =-0.35;
|
||||
var GUN_TIP_UP_OFFSET = 0.040;
|
||||
var GUN_FORCE = 5;
|
||||
var GUN_FORCE = 9;
|
||||
var BALL_RESTITUTION = 0.6;
|
||||
var BALL_LINEAR_DAMPING = 0.4;
|
||||
var BALL_GRAVITY = {
|
||||
|
@ -168,4 +168,4 @@
|
|||
|
||||
// entity scripts always need to return a newly constructed object of our type
|
||||
return new PingPongGun();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue