-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
executable file
·37 lines (37 loc) · 1.12 KB
/
Copy pathconfig.json
File metadata and controls
executable file
·37 lines (37 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"stage2" : true,
"table" : {
"colour":"green",
"size":{
"x":600,
"y":300
},
"friction":0.01,
"pockets": [
{"position": {"x": 350, "y": 150}, "radius": 30},
{"position":{"x":5,"y":5}},
{"position":{"x":595,"y":295}},
{"position":{"x":-595,"y":5}},
{"position":{"x":5,"y":295}},
{"position":{"x":200,"y":200},"radius":20}
]
},
"balls" : [ {"position":{"x":50,"y":50},"velocity":{"x":100,"y":10},"mass":1},
{"colour":"red","position":{"x":150,"y":60},"mass":1,"radius":10},
{"colour":"blue","position":{"x":150,"y":40},"velocity":{"x":-100,"y":0},"radius":10},
{"colour":"#123456","position":{"x":250,"y":70},"mass":1,"radius":20,"strength":1e5,
"velocity" : {"x": 500, "y": 0},
"balls":[
{"colour":"red","position":{"x":-10,"y":0},"mass":1,"radius":10},
{"colour":"red","position":{"x":10,"y":0}},
{"colour":"red","position":{"x":0,"y":-10}},
{"position":{"x":0,"y":10}, "mass":2,"strength":1e4,
"balls":[
{"colour":"blue","strength":1e3,
"balls":[
{"colour":"red", "strength":1e4}
]
}]
}]
}]
}