stand vor dem 20.1
This commit is contained in:
parent
aebe1f9c0c
commit
fde0151bd8
Binary file not shown.
@ -22,7 +22,7 @@ public class Board extends JPanel implements KeyListener
|
|||||||
|
|
||||||
private Timer loop;
|
private Timer loop;
|
||||||
private Color[][] board = new Color[BOARD_HEIGHT][BOARD_WIDTH];
|
private Color[][] board = new Color[BOARD_HEIGHT][BOARD_WIDTH];
|
||||||
private Stein [] steine=new Stein[6];
|
private Stein [] steine=new Stein[7];
|
||||||
private Stein currenStein;
|
private Stein currenStein;
|
||||||
private Random ran;
|
private Random ran;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user