Board erstellt
This commit is contained in:
parent
6ed9390f77
commit
52635342be
@ -12,6 +12,7 @@ public class Board extends JPanel
|
||||
public static final int BOARD_HEIGHT =20;
|
||||
private Timer loop;
|
||||
private Color[][] board = new Color[BOARD_HEIGHT][BOARD_HEIGHT];
|
||||
|
||||
public Board() {
|
||||
loop = new Timer(500, new ActionListener() {
|
||||
int n = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user