Checking the levels
This commit is contained in:
@ -10,6 +10,15 @@ class Levels {
|
||||
this.row(4, [1, 1, 1, 1, 1, 1, 1, 1])
|
||||
);
|
||||
break;
|
||||
case 2:
|
||||
map = [].concat(
|
||||
this.row(0, [1, 1, 1, 0, 1, 1, 0, 0]),
|
||||
this.row(1, [0, 0, 1, 0, 1, 0, 1, 0]),
|
||||
this.row(2, [0, 0, 1, 0, 1, 0, 1, 0]),
|
||||
this.row(3, [1, 0, 1, 0, 1, 0, 1, 0]),
|
||||
this.row(4, [0, 1, 1, 0, 1, 1, 0, 0])
|
||||
);
|
||||
break;
|
||||
default:
|
||||
map = [].concat(
|
||||
this.row(0, [1, 1, 1, 1, 1, 1, 1, 1]),
|
||||
|
Reference in New Issue
Block a user