Explorar el Código

bullets last longer

master
mort hace 8 años
padre
commit
9f4a8bccf8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      js/game.js

+ 1
- 1
js/game.js Ver fichero

@@ -104,7 +104,7 @@ class Bullet extends Entity {
this.ownerId = ownerId;
this.vel = vel;

setTimeout(() => this.despawn(), 1000);
setTimeout(() => this.despawn(), 4000);

this.send(true);
}

Cargando…
Cancelar
Guardar