mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 08:21:24 +02:00
Merge pull request #5191 from ericrius1/gunFix
fixed bullet size to be smaller for gun.js script
This commit is contained in:
commit
1930043329
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ function entityCollisionWithEntity(entity1, entity2, collision) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function shootBullet(position, velocity, grenade) {
|
function shootBullet(position, velocity, grenade) {
|
||||||
var BULLET_SIZE = 0.10;
|
var BULLET_SIZE = .09;
|
||||||
var BULLET_LIFETIME = 10.0;
|
var BULLET_LIFETIME = 10.0;
|
||||||
var BULLET_GRAVITY = -0.25;
|
var BULLET_GRAVITY = -0.25;
|
||||||
var GRENADE_VELOCITY = 15.0;
|
var GRENADE_VELOCITY = 15.0;
|
||||||
|
|
Loading…
Reference in a new issue