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