mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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