Browse Source

bullets last longer

master
mort 8 years ago
parent
commit
9f4a8bccf8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      js/game.js

+ 1
- 1
js/game.js View File

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

Loading…
Cancel
Save