소스 검색

bullets last longer

master
mort 8 년 전
부모
커밋
9f4a8bccf8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      js/game.js

+ 1
- 1
js/game.js 파일 보기

@@ -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…
취소
저장