Forbedrer kodestil

This commit is contained in:
2020-02-04 19:57:20 +01:00
parent 8b2740e7c7
commit 6bc58a29d3
3 changed files with 4 additions and 11 deletions

View File

@ -16,13 +16,6 @@ public class Game implements IDrawableGame {
private final int BOARD_WIDTH = TILE_SIZE * TILE_NUMBER;
private final int BOARD_HEIGHT = TILE_SIZE * TILE_NUMBER;
/**
* Instantiates a new Game object
*/
public Game () {
}
@Override
public int getWidth() {
return BOARD_WIDTH;