-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
level5.js
7 lines (7 loc) · 2.64 KB
/
level5.js
1
2
3
4
5
6
7
svgtiler = {"0":{"parent":null,"board":[["?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?"],["?","?","?","?","?","?","?","1","1","1","1","1","1","1","1","1","1","1","1","1","?"],["?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","1","?"],["?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","1","?"],["?","1","1","1","1","1","1","1","1","1","1","1","?","?","?","?","?","?","?","1","?"],["?","1","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","1","?"],["?","1","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","1","?"],["?","1","?","?","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","?"],["?","1","?","?","1","?","?","?","?","?","?","?","?","?","?","?","?","?","?","1","?"],["?","1","?","?","1","?","?","?","?","?","?","?","?","?","?","?","?","?","?","1","?"],["?","1","?","?","1","?","?","1","1","1","1","1","?","?","?","?","?","?","?","1","?"],["?","1","?","?","1","?","?","1","?","?","1","1","?","?","?","?","?","?","?","1","?"],["?","1","?","?","1","?","?","?","?","?","1","?","?","?","?","?","?","?","?","1","?"],["?","1","?","?","1","?","?","?","?","?","1","?","?","?","?","?","?","?","?","1","?"],["?","1","?","?","1","1","1","1","1","1","1","1","1","1","1","1","1","?","?","1","?"],["?","1","?","?","?","?","?","?","?","?","1","?","?","?","?","?","1","?","?","1","?"],["?","1","?","?","?","?","?","?","?","?","1","?","?","?","?","?","1","?","?","1","?"],["?","1","?","?","?","?","?","?","?","1","1","?","?","1","?","?","1","?","?","1","?"],["?","1","?","?","?","?","?","?","?","1","1","1","1","1","?","?","1","?","?","1","?"],["?","1","?","?","?","?","?","?","?","?","?","?","?","?","?","?","1","?","?","1","?"],["?","1","?","?","?","?","?","?","?","?","?","?","?","?","?","?","1","?","?","1","?"],["?","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","?","?","1","?"],["?","1","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","1","?"],["?","1","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","1","?"],["?","1","?","?","?","?","?","?","?","1","1","1","1","1","1","1","1","1","1","1","?"],["?","1","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?"],["?","1","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?"],["?","1","1","1","1","1","1","1","1","1","1","1","1","1","?","?","?","?","?","?","?"],["?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?"]],"x":4,"y":0}}
board = svgtiler[0].board
ballStart = [10,10]
magnetStart = [6,10]
if(typeof module !== "undefined") {
module.exports = {board, ballStart, magnetStart}
}