Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
bf200a06ba
@ -52,7 +52,7 @@ private Color[] colors ={Color.decode("#ff00bf"),Color.decode("#0000ff"),Color.d
|
|||||||
{0,0,1}
|
{0,0,1}
|
||||||
}, this,colors[3]);
|
}, this,colors[3]);
|
||||||
steine[4]= new Stein(new int[][]{
|
steine[4]= new Stein(new int[][]{
|
||||||
{1,1,1},
|
{0,1,1},
|
||||||
{1,1,0}
|
{1,1,0}
|
||||||
}, this,colors[4]);
|
}, this,colors[4]);
|
||||||
steine[5]= new Stein(new int[][]{
|
steine[5]= new Stein(new int[][]{
|
||||||
|
Loading…
Reference in New Issue
Block a user