Skip to content

Commit

Permalink
Remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zikoat committed Aug 13, 2024
1 parent 3df798d commit 8f4279b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/FieldRenderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ export class FieldRenderer extends PIXI.Application {
.forEach((cell) => this.updateCell(cell, false));
}

// todo: bug when i reset the game to reset the camera to 0,0, then the cell at 0,0 flashes with the "zoom out to spawn" animation every time the camera moves a pixel.

// todo inline
private setup(): void {
const background = new PIXI.TilingSprite({
Expand Down

0 comments on commit 8f4279b

Please sign in to comment.