mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-06-25 02:34:43 +02:00
Forbedrer kodestil
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user