levels in an array
This commit is contained in:
parent
2d08d45355
commit
03c76e61bc
1 changed files with 2 additions and 6 deletions
|
@ -5,14 +5,10 @@ import { Square } from '/modules/enums.mjs';
|
|||
const level1Blueprint = [[ Square.Wall, Square.Wall, Square.Wall, Square.Wall, Square.Wall, Square.Wall ],
|
||||
[ Square.Wall, Square.Destination, Square.Box, Square.Floor, Square.Player, Square.Wall ],
|
||||
[ Square.Wall, Square.Wall, Square.Wall, Square.Wall, Square.Wall, Square.Wall ]];
|
||||
<<<<<<< HEAD
|
||||
|
||||
const level2Blueprint = [
|
||||
=======
|
||||
|
||||
|
||||
// Blueprint for the second level
|
||||
export const level2Blueprint = [
|
||||
>>>>>>> 380cebd36dc4e3a1f3af185d1a7e3f0adb3e04d1
|
||||
const level2Blueprint = [
|
||||
[Square.Wall, Square.Wall, Square.Wall, Square.Wall, Square.Wall, Square.Wall, Square.Wall, Square.Wall, Square.Wall, Square.Wall, Square.Wall, Square.Wall, Square.Floor, Square.Floor ],
|
||||
[Square.Wall, Square.Destination, Square.Destination, Square.Floor, Square.Floor, Square.Wall, Square.Floor, Square.Floor, Square.Floor, Square.Floor, Square.Floor, Square.Wall, Square.Wall, Square.Wall],
|
||||
[Square.Wall, Square.Destination, Square.Destination, Square.Floor, Square.Floor, Square.Wall, Square.Floor, Square.Box, Square.Floor, Square.Floor, Square.Box, Square.Floor, Square.Floor, Square.Wall],
|
||||
|
|
Loading…
Reference in a new issue