Skip to content

Commit

Permalink
refactorizacion
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinbelisk committed May 22, 2024
1 parent ced66b7 commit deeaaf4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tetris/gui/panel/GamePanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,11 @@ private void init() {
String score = String.valueOf(game.getGameManager().scoreManager.getCurrentScore());
scoreLabel.setText(score);


infoPanel.add(pause);
infoPanel.add(nextPieceBox);

GridBagConstraints constraints = new GridBagConstraints();


constraints.gridx = 0;
constraints.gridy = 1;
infoPanel.add(tittle, constraints);
Expand Down

0 comments on commit deeaaf4

Please sign in to comment.