mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 16:10:40 +02:00
smaller damage
This commit is contained in:
parent
897c2b8267
commit
028b816e5b
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ function shootBullet(position, velocity) {
|
|||
}
|
||||
|
||||
function particleCollisionWithVoxel(particle, voxel) {
|
||||
var HOLE_SIZE = 0.25;
|
||||
var HOLE_SIZE = 0.125;
|
||||
var particleProperties = Particles.getParticleProperties(particle);
|
||||
var position = particleProperties.position;
|
||||
Particles.deleteParticle(particle);
|
||||
|
|
Loading…
Reference in a new issue