diff --git a/client/public/img/game/trails/shrapnel_trail.svg b/client/public/img/game/trails/shrapnel_trail.svg new file mode 100644 index 000000000..e1250b821 --- /dev/null +++ b/client/public/img/game/trails/shrapnel_trail.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + diff --git a/client/src/scripts/game.ts b/client/src/scripts/game.ts index 413cf8bef..8cf3c1a9f 100644 --- a/client/src/scripts/game.ts +++ b/client/src/scripts/game.ts @@ -238,6 +238,9 @@ export class Game { this.playersContainer.removeChildren(); this.bulletsContainer.removeChildren(); this.particleManager.clear(); + this.map.gasGraphics.clear(); + this.floorHitboxes.clear(); + this.loots.clear(); this.playerManager = new PlayerManager(this);