Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pixi-refactor-dev' into pixi-ref…
Browse files Browse the repository at this point in the history
…actor-dev
  • Loading branch information
hsanger committed Sep 9, 2023
2 parents fb9d8b3 + 3314074 commit f3eaf1c
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 0 deletions.
79 changes: 79 additions & 0 deletions client/public/img/game/trails/shrapnel_trail.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions client/src/scripts/game.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit f3eaf1c

Please sign in to comment.