-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
partial3.js
7 lines (7 loc) · 1.43 KB
/
partial3.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","?"],["?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?","?"]],"x":0,"y":0}}
board = svgtiler[0].board
ballStart = [11,9]
magnetStart = [0,2]
if(typeof module !== "undefined") {
module.exports = {board, ballStart, magnetStart}
}