Skip to content

Commit

Permalink
#206 remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
Annoraaq committed Nov 7, 2021
1 parent 850944b commit 4951a2f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/GridCharacter/GridCharacter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -414,10 +414,6 @@ export class GridCharacter {
return floor / Math.pow(10, strPlaces);
}

protected mapDepth(nextTilePos: LayerPosition): number {
return nextTilePos.position.y;
}

private setPosition(position: Vector2): void {
const gameObject = this.container || this.sprite;
gameObject.x = position.x;
Expand Down

0 comments on commit 4951a2f

Please sign in to comment.