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 3bf2049
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ 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;
this.player = player;git
}

@Override
Expand Down

0 comments on commit 3bf2049

Please sign in to comment.