forked from ewanhowell5195/MinecraftTitleGenerator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshapes.json
More file actions
65 lines (65 loc) · 1.01 KB
/
shapes.json
File metadata and controls
65 lines (65 loc) · 1.01 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[
{
"id": "minecraft-ten-blank"
},
{
"id": "dungeons-skull",
"author": "Ewan Howell",
"height": 48,
"textureWidth": 110,
"textureHeight": 130,
"border": 90,
"faces": [
[22, 66]
],
"ends": [
[0, 22, 66, 88]
]
},
{
"id": "cube",
"author": "Ewan Howell",
"height": 36,
"textureWidth": 128,
"textureHeight": 102,
"border": 100,
"faces": [
[32, 64]
],
"ends": [
[0, 32, 64, 96]
],
"thumbnailConfig": {
"position": [200, 160, -320],
"antialias": true
}
},
{
"id": "sword",
"author": "Ewan Howell",
"height": 36,
"textureWidth": 20,
"textureHeight": 26,
"border": 20,
"faces": [
[1, 17]
],
"ends": [
[0, 1, 17, 18]
]
},
{
"id": "heart",
"author": "Ewan Howell",
"height": 32,
"textureWidth": 94,
"textureHeight": 70,
"border": 62,
"faces": [
[16, 44]
],
"ends": [
[0, 16, 44, 60]
]
}
]