Skip to content

Commit

Permalink
Fix the screen pausing the game
Browse files Browse the repository at this point in the history
  • Loading branch information
ReclipseTheOne committed Dec 12, 2024
1 parent 217a40b commit 255a544
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,9 @@ public DoomStationScreen(Component title) {
super(title);
this.type = title.toString();
}

@Override
public boolean isPauseScreen() {
return false;
}
}

0 comments on commit 255a544

Please sign in to comment.