level2 text and display fix
This commit is contained in:
@@ -7,6 +7,7 @@ public class Display {
|
||||
int tileSize = 20;
|
||||
|
||||
JFrame game = new JFrame();
|
||||
game.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
|
||||
game.setSize(boardWidth, boardHeight);
|
||||
game.setVisible(true);
|
||||
game.setLocationRelativeTo(null);
|
||||
|
||||
Reference in New Issue
Block a user