Skip to content

Commit

Permalink
remove crazy things
Browse files Browse the repository at this point in the history
  • Loading branch information
bazke committed Oct 27, 2023
1 parent e6df644 commit dbf5593
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ public class TropicalMapScreen extends Screen {

public TropicalMapScreen(final Component title, final Player player) {
super(title);
this.height = MAP_PNG_HEIGHT;
this.width = MAP_PNG_WIDTH;
this.player = player;
}

Expand Down

0 comments on commit dbf5593

Please sign in to comment.