-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpartial2.js
More file actions
7 lines (7 loc) · 806 Bytes
/
partial2.js
File metadata and controls
7 lines (7 loc) · 806 Bytes
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","?","?"],["?","?","?","?","?","?","?","?","?","?","?"],["?","?","?","?","?","?","?","?","?","?","?"]],"x":0,"y":0}}
board = svgtiler[0].board
ballStart = [2,5]
magnetStart = [0,5]
if(typeof module !== "undefined") {
module.exports = {board, ballStart, magnetStart}
}