stand vor dem 20.1

This commit is contained in:
Newe666 2022-01-22 18:22:23 +01:00
parent aebe1f9c0c
commit fde0151bd8
2 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ public class Board extends JPanel implements KeyListener
private Timer loop;
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 Random ran;