-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsprites.json
56 lines (48 loc) · 1.45 KB
/
sprites.json
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"balloon": [
{
"density": 2, "friction": 0, "bounce": 0,
"filter": { "categoryBits": 1, "maskBits": 65535 },
"shape": [ 20,8 , 24,5 , 31,5 , 37,6 , 41,8 , 45,13 , 49,17 , 51,25 , 50,33 , 48,42 , 44,47 , 41,51 , 36,54 , 32,56 , 26,54 , 20,50 , 16,46 , 12,38 , 11,29 , 11,22 , 14,15 , 16,11 ]
}
]
,
"tetrisblock1": [
{
"density": 2, "friction": 0, "bounce": 0,
"filter": { "categoryBits": 1, "maskBits": 65535 },
"shape": [ 48, 0 , 96, 0 , 96, 144 , 48, 144 ]
} ,
{
"density": 2, "friction": 0, "bounce": 0,
"filter": { "categoryBits": 1, "maskBits": 65535 },
"shape": [ 0, 48 , 48, 48 , 48, 96 , 0, 96 ]
}
]
,
"tetrisblock2": [
{
"density": 2, "friction": 0, "bounce": 0,
"filter": { "categoryBits": 1, "maskBits": 65535 },
"shape": [ 0, 144 , 0, 48 , 48, 48 , 48, 144 ]
} ,
{
"density": 2, "friction": 0, "bounce": 0,
"filter": { "categoryBits": 1, "maskBits": 65535 },
"shape": [ 48, 0 , 96, 0 , 96, 96 , 48, 96 ]
}
]
,
"tetrisblock3": [
{
"density": 2, "friction": 0, "bounce": 0,
"filter": { "categoryBits": 1, "maskBits": 65535 },
"shape": [ 144, 0 , 144, 96 , 96, 48 , 96, 0 ]
} ,
{
"density": 2, "friction": 0, "bounce": 0,
"filter": { "categoryBits": 1, "maskBits": 65535 },
"shape": [ 96, 48 , 144, 96 , 0, 96 , 0, 48 ]
}
]
}