Skip to content

Commit

Permalink
A
Browse files Browse the repository at this point in the history
  • Loading branch information
codergautam committed Jan 14, 2024
1 parent 94385b5 commit 2b033ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildclient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
env:
CI: false
REACT_APP_RECAPTCHA_CLIENT_KEY: 6LdVxgYdAAAAAPtvjrXLAzSd2ANyzIkiSqk_yFpt
REACT_APP_API: api.swordbattle.io
REACT_APP_API: sb-api-fb48ef34a197.herokuapp.com
REACT_APP_ENDPOINT_US: na.swordbattle.io
REACT_APP_API_BACKUP: sb-api-fb48ef34a197.herokuapp.com
REACT_APP_API_BACKUP: api.swordbattle.io
REACT_APP_ENDPOINT_US_BACKUP: swordbattlev2-42256f2058d6.herokuapp.com

steps:
Expand Down
1 change: 1 addition & 0 deletions client/src/game/entities/Coin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ class Coin extends BaseEntity {

remove() {
super.remove();

this.eatingTween?.destroy();
this.game.gameState.removedEntities.delete(this);
}
Expand Down

0 comments on commit 2b033ff

Please sign in to comment.