Przeglądaj źródła

bullets last longer

master
mort 8 lat temu
rodzic
commit
9f4a8bccf8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      js/game.js

+ 1
- 1
js/game.js Wyświetl plik

@@ -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);
}

Ładowanie…
Anuluj
Zapisz