@blorkfield/overlay-core 0.3.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +55 -33
- package/dist/vite-plugin.cjs +78 -0
- package/dist/vite-plugin.cjs.map +1 -0
- package/dist/vite-plugin.d.cts +20 -0
- package/dist/vite-plugin.d.ts +20 -0
- package/dist/vite-plugin.js +42 -0
- package/dist/vite-plugin.js.map +1 -0
- package/fonts/Roboto/OFL.txt +93 -0
- package/fonts/Roboto/README.txt +118 -0
- package/fonts/Roboto/Roboto-Italic-VariableFont_wdth,wght.ttf +0 -0
- package/fonts/Roboto/Roboto-VariableFont_wdth,wght.ttf +0 -0
- package/fonts/Roboto/static/Roboto-Black.ttf +0 -0
- package/fonts/Roboto/static/Roboto-BlackItalic.ttf +0 -0
- package/fonts/Roboto/static/Roboto-Bold.ttf +0 -0
- package/fonts/Roboto/static/Roboto-BoldItalic.ttf +0 -0
- package/fonts/Roboto/static/Roboto-ExtraBold.ttf +0 -0
- package/fonts/Roboto/static/Roboto-ExtraBoldItalic.ttf +0 -0
- package/fonts/Roboto/static/Roboto-ExtraLight.ttf +0 -0
- package/fonts/Roboto/static/Roboto-ExtraLightItalic.ttf +0 -0
- package/fonts/Roboto/static/Roboto-Italic.ttf +0 -0
- package/fonts/Roboto/static/Roboto-Light.ttf +0 -0
- package/fonts/Roboto/static/Roboto-LightItalic.ttf +0 -0
- package/fonts/Roboto/static/Roboto-Medium.ttf +0 -0
- package/fonts/Roboto/static/Roboto-MediumItalic.ttf +0 -0
- package/fonts/Roboto/static/Roboto-Regular.ttf +0 -0
- package/fonts/Roboto/static/Roboto-SemiBold.ttf +0 -0
- package/fonts/Roboto/static/Roboto-SemiBoldItalic.ttf +0 -0
- package/fonts/Roboto/static/Roboto-Thin.ttf +0 -0
- package/fonts/Roboto/static/Roboto-ThinItalic.ttf +0 -0
- package/fonts/Roboto/static/Roboto_Condensed-Black.ttf +0 -0
- package/fonts/Roboto/static/Roboto_Condensed-BlackItalic.ttf +0 -0
- package/fonts/Roboto/static/Roboto_Condensed-Bold.ttf +0 -0
- package/fonts/Roboto/static/Roboto_Condensed-BoldItalic.ttf +0 -0
- package/fonts/Roboto/static/Roboto_Condensed-ExtraBold.ttf +0 -0
- package/fonts/Roboto/static/Roboto_Condensed-ExtraBoldItalic.ttf +0 -0
- package/fonts/Roboto/static/Roboto_Condensed-ExtraLight.ttf +0 -0
- package/fonts/Roboto/static/Roboto_Condensed-ExtraLightItalic.ttf +0 -0
- package/fonts/Roboto/static/Roboto_Condensed-Italic.ttf +0 -0
- package/fonts/Roboto/static/Roboto_Condensed-Light.ttf +0 -0
- package/fonts/Roboto/static/Roboto_Condensed-LightItalic.ttf +0 -0
- package/fonts/Roboto/static/Roboto_Condensed-Medium.ttf +0 -0
- package/fonts/Roboto/static/Roboto_Condensed-MediumItalic.ttf +0 -0
- package/fonts/Roboto/static/Roboto_Condensed-Regular.ttf +0 -0
- package/fonts/Roboto/static/Roboto_Condensed-SemiBold.ttf +0 -0
- package/fonts/Roboto/static/Roboto_Condensed-SemiBoldItalic.ttf +0 -0
- package/fonts/Roboto/static/Roboto_Condensed-Thin.ttf +0 -0
- package/fonts/Roboto/static/Roboto_Condensed-ThinItalic.ttf +0 -0
- package/fonts/Roboto/static/Roboto_SemiCondensed-Black.ttf +0 -0
- package/fonts/Roboto/static/Roboto_SemiCondensed-BlackItalic.ttf +0 -0
- package/fonts/Roboto/static/Roboto_SemiCondensed-Bold.ttf +0 -0
- package/fonts/Roboto/static/Roboto_SemiCondensed-BoldItalic.ttf +0 -0
- package/fonts/Roboto/static/Roboto_SemiCondensed-ExtraBold.ttf +0 -0
- package/fonts/Roboto/static/Roboto_SemiCondensed-ExtraBoldItalic.ttf +0 -0
- package/fonts/Roboto/static/Roboto_SemiCondensed-ExtraLight.ttf +0 -0
- package/fonts/Roboto/static/Roboto_SemiCondensed-ExtraLightItalic.ttf +0 -0
- package/fonts/Roboto/static/Roboto_SemiCondensed-Italic.ttf +0 -0
- package/fonts/Roboto/static/Roboto_SemiCondensed-Light.ttf +0 -0
- package/fonts/Roboto/static/Roboto_SemiCondensed-LightItalic.ttf +0 -0
- package/fonts/Roboto/static/Roboto_SemiCondensed-Medium.ttf +0 -0
- package/fonts/Roboto/static/Roboto_SemiCondensed-MediumItalic.ttf +0 -0
- package/fonts/Roboto/static/Roboto_SemiCondensed-Regular.ttf +0 -0
- package/fonts/Roboto/static/Roboto_SemiCondensed-SemiBold.ttf +0 -0
- package/fonts/Roboto/static/Roboto_SemiCondensed-SemiBoldItalic.ttf +0 -0
- package/fonts/Roboto/static/Roboto_SemiCondensed-Thin.ttf +0 -0
- package/fonts/Roboto/static/Roboto_SemiCondensed-ThinItalic.ttf +0 -0
- package/fonts/block/0.png +0 -0
- package/fonts/block/1.png +0 -0
- package/fonts/block/2.png +0 -0
- package/fonts/block/3.png +0 -0
- package/fonts/block/4.png +0 -0
- package/fonts/block/5.png +0 -0
- package/fonts/block/6.png +0 -0
- package/fonts/block/7.png +0 -0
- package/fonts/block/8.png +0 -0
- package/fonts/block/9.png +0 -0
- package/fonts/block/A.png +0 -0
- package/fonts/block/B.png +0 -0
- package/fonts/block/C.png +0 -0
- package/fonts/block/D.png +0 -0
- package/fonts/block/E.png +0 -0
- package/fonts/block/F.png +0 -0
- package/fonts/block/G.png +0 -0
- package/fonts/block/H.png +0 -0
- package/fonts/block/I.png +0 -0
- package/fonts/block/J.png +0 -0
- package/fonts/block/K.png +0 -0
- package/fonts/block/L.png +0 -0
- package/fonts/block/M.png +0 -0
- package/fonts/block/N.png +0 -0
- package/fonts/block/O.png +0 -0
- package/fonts/block/P.png +0 -0
- package/fonts/block/Q.png +0 -0
- package/fonts/block/R.png +0 -0
- package/fonts/block/S.png +0 -0
- package/fonts/block/T.png +0 -0
- package/fonts/block/U.png +0 -0
- package/fonts/block/V.png +0 -0
- package/fonts/block/W.png +0 -0
- package/fonts/block/X.png +0 -0
- package/fonts/block/Y.png +0 -0
- package/fonts/block/Z.png +0 -0
- package/fonts/block/a.png +0 -0
- package/fonts/block/b.png +0 -0
- package/fonts/block/blockletter_alpha-numeric.json +577 -0
- package/fonts/block/blockletter_alpha-numeric.png +0 -0
- package/fonts/block/c.png +0 -0
- package/fonts/block/d.png +0 -0
- package/fonts/block/e.png +0 -0
- package/fonts/block/f.png +0 -0
- package/fonts/block/g.png +0 -0
- package/fonts/block/h.png +0 -0
- package/fonts/block/i.png +0 -0
- package/fonts/block/j.png +0 -0
- package/fonts/block/k.png +0 -0
- package/fonts/block/l.png +0 -0
- package/fonts/block/m.png +0 -0
- package/fonts/block/n.png +0 -0
- package/fonts/block/o.png +0 -0
- package/fonts/block/p.png +0 -0
- package/fonts/block/q.png +0 -0
- package/fonts/block/r.png +0 -0
- package/fonts/block/s.png +0 -0
- package/fonts/block/t.png +0 -0
- package/fonts/block/u.png +0 -0
- package/fonts/block/v.png +0 -0
- package/fonts/block/w.png +0 -0
- package/fonts/block/x.png +0 -0
- package/fonts/block/y.png +0 -0
- package/fonts/block/z.png +0 -0
- package/fonts/fonts.json +20 -0
- package/fonts/handwritten/0.png +0 -0
- package/fonts/handwritten/1.png +0 -0
- package/fonts/handwritten/2.png +0 -0
- package/fonts/handwritten/3.png +0 -0
- package/fonts/handwritten/4.png +0 -0
- package/fonts/handwritten/5.png +0 -0
- package/fonts/handwritten/6.png +0 -0
- package/fonts/handwritten/7.png +0 -0
- package/fonts/handwritten/8.png +0 -0
- package/fonts/handwritten/9.png +0 -0
- package/fonts/handwritten/A.png +0 -0
- package/fonts/handwritten/B.png +0 -0
- package/fonts/handwritten/C.png +0 -0
- package/fonts/handwritten/D.png +0 -0
- package/fonts/handwritten/E.png +0 -0
- package/fonts/handwritten/F.png +0 -0
- package/fonts/handwritten/G.png +0 -0
- package/fonts/handwritten/H.png +0 -0
- package/fonts/handwritten/I.png +0 -0
- package/fonts/handwritten/J.png +0 -0
- package/fonts/handwritten/K.png +0 -0
- package/fonts/handwritten/L.png +0 -0
- package/fonts/handwritten/M.png +0 -0
- package/fonts/handwritten/N.png +0 -0
- package/fonts/handwritten/O.png +0 -0
- package/fonts/handwritten/P.png +0 -0
- package/fonts/handwritten/Q.png +0 -0
- package/fonts/handwritten/R.png +0 -0
- package/fonts/handwritten/S.png +0 -0
- package/fonts/handwritten/T.png +0 -0
- package/fonts/handwritten/U.png +0 -0
- package/fonts/handwritten/V.png +0 -0
- package/fonts/handwritten/W.png +0 -0
- package/fonts/handwritten/X.png +0 -0
- package/fonts/handwritten/Y.png +0 -0
- package/fonts/handwritten/Z.png +0 -0
- package/package.json +14 -4
|
@@ -0,0 +1,577 @@
|
|
|
1
|
+
{ "frames": {
|
|
2
|
+
"blockletter_alpha-numeric 0.aseprite": {
|
|
3
|
+
"frame": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
4
|
+
"rotated": false,
|
|
5
|
+
"trimmed": false,
|
|
6
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
7
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
8
|
+
"duration": 100
|
|
9
|
+
},
|
|
10
|
+
"blockletter_alpha-numeric 1.aseprite": {
|
|
11
|
+
"frame": { "x": 512, "y": 0, "w": 512, "h": 512 },
|
|
12
|
+
"rotated": false,
|
|
13
|
+
"trimmed": false,
|
|
14
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
15
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
16
|
+
"duration": 100
|
|
17
|
+
},
|
|
18
|
+
"blockletter_alpha-numeric 2.aseprite": {
|
|
19
|
+
"frame": { "x": 1024, "y": 0, "w": 512, "h": 512 },
|
|
20
|
+
"rotated": false,
|
|
21
|
+
"trimmed": false,
|
|
22
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
23
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
24
|
+
"duration": 100
|
|
25
|
+
},
|
|
26
|
+
"blockletter_alpha-numeric 3.aseprite": {
|
|
27
|
+
"frame": { "x": 1536, "y": 0, "w": 512, "h": 512 },
|
|
28
|
+
"rotated": false,
|
|
29
|
+
"trimmed": false,
|
|
30
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
31
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
32
|
+
"duration": 100
|
|
33
|
+
},
|
|
34
|
+
"blockletter_alpha-numeric 4.aseprite": {
|
|
35
|
+
"frame": { "x": 2048, "y": 0, "w": 512, "h": 512 },
|
|
36
|
+
"rotated": false,
|
|
37
|
+
"trimmed": false,
|
|
38
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
39
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
40
|
+
"duration": 100
|
|
41
|
+
},
|
|
42
|
+
"blockletter_alpha-numeric 5.aseprite": {
|
|
43
|
+
"frame": { "x": 2560, "y": 0, "w": 512, "h": 512 },
|
|
44
|
+
"rotated": false,
|
|
45
|
+
"trimmed": false,
|
|
46
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
47
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
48
|
+
"duration": 100
|
|
49
|
+
},
|
|
50
|
+
"blockletter_alpha-numeric 6.aseprite": {
|
|
51
|
+
"frame": { "x": 3072, "y": 0, "w": 512, "h": 512 },
|
|
52
|
+
"rotated": false,
|
|
53
|
+
"trimmed": false,
|
|
54
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
55
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
56
|
+
"duration": 100
|
|
57
|
+
},
|
|
58
|
+
"blockletter_alpha-numeric 7.aseprite": {
|
|
59
|
+
"frame": { "x": 3584, "y": 0, "w": 512, "h": 512 },
|
|
60
|
+
"rotated": false,
|
|
61
|
+
"trimmed": false,
|
|
62
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
63
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
64
|
+
"duration": 100
|
|
65
|
+
},
|
|
66
|
+
"blockletter_alpha-numeric 8.aseprite": {
|
|
67
|
+
"frame": { "x": 4096, "y": 0, "w": 512, "h": 512 },
|
|
68
|
+
"rotated": false,
|
|
69
|
+
"trimmed": false,
|
|
70
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
71
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
72
|
+
"duration": 100
|
|
73
|
+
},
|
|
74
|
+
"blockletter_alpha-numeric 9.aseprite": {
|
|
75
|
+
"frame": { "x": 4608, "y": 0, "w": 512, "h": 512 },
|
|
76
|
+
"rotated": false,
|
|
77
|
+
"trimmed": false,
|
|
78
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
79
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
80
|
+
"duration": 100
|
|
81
|
+
},
|
|
82
|
+
"blockletter_alpha-numeric 10.aseprite": {
|
|
83
|
+
"frame": { "x": 5120, "y": 0, "w": 512, "h": 512 },
|
|
84
|
+
"rotated": false,
|
|
85
|
+
"trimmed": false,
|
|
86
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
87
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
88
|
+
"duration": 100
|
|
89
|
+
},
|
|
90
|
+
"blockletter_alpha-numeric 11.aseprite": {
|
|
91
|
+
"frame": { "x": 5632, "y": 0, "w": 512, "h": 512 },
|
|
92
|
+
"rotated": false,
|
|
93
|
+
"trimmed": false,
|
|
94
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
95
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
96
|
+
"duration": 100
|
|
97
|
+
},
|
|
98
|
+
"blockletter_alpha-numeric 12.aseprite": {
|
|
99
|
+
"frame": { "x": 6144, "y": 0, "w": 512, "h": 512 },
|
|
100
|
+
"rotated": false,
|
|
101
|
+
"trimmed": false,
|
|
102
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
103
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
104
|
+
"duration": 100
|
|
105
|
+
},
|
|
106
|
+
"blockletter_alpha-numeric 13.aseprite": {
|
|
107
|
+
"frame": { "x": 6656, "y": 0, "w": 512, "h": 512 },
|
|
108
|
+
"rotated": false,
|
|
109
|
+
"trimmed": false,
|
|
110
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
111
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
112
|
+
"duration": 100
|
|
113
|
+
},
|
|
114
|
+
"blockletter_alpha-numeric 14.aseprite": {
|
|
115
|
+
"frame": { "x": 7168, "y": 0, "w": 512, "h": 512 },
|
|
116
|
+
"rotated": false,
|
|
117
|
+
"trimmed": false,
|
|
118
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
119
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
120
|
+
"duration": 100
|
|
121
|
+
},
|
|
122
|
+
"blockletter_alpha-numeric 15.aseprite": {
|
|
123
|
+
"frame": { "x": 7680, "y": 0, "w": 512, "h": 512 },
|
|
124
|
+
"rotated": false,
|
|
125
|
+
"trimmed": false,
|
|
126
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
127
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
128
|
+
"duration": 100
|
|
129
|
+
},
|
|
130
|
+
"blockletter_alpha-numeric 16.aseprite": {
|
|
131
|
+
"frame": { "x": 8192, "y": 0, "w": 512, "h": 512 },
|
|
132
|
+
"rotated": false,
|
|
133
|
+
"trimmed": false,
|
|
134
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
135
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
136
|
+
"duration": 100
|
|
137
|
+
},
|
|
138
|
+
"blockletter_alpha-numeric 17.aseprite": {
|
|
139
|
+
"frame": { "x": 8704, "y": 0, "w": 512, "h": 512 },
|
|
140
|
+
"rotated": false,
|
|
141
|
+
"trimmed": false,
|
|
142
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
143
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
144
|
+
"duration": 100
|
|
145
|
+
},
|
|
146
|
+
"blockletter_alpha-numeric 18.aseprite": {
|
|
147
|
+
"frame": { "x": 9216, "y": 0, "w": 512, "h": 512 },
|
|
148
|
+
"rotated": false,
|
|
149
|
+
"trimmed": false,
|
|
150
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
151
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
152
|
+
"duration": 100
|
|
153
|
+
},
|
|
154
|
+
"blockletter_alpha-numeric 19.aseprite": {
|
|
155
|
+
"frame": { "x": 9728, "y": 0, "w": 512, "h": 512 },
|
|
156
|
+
"rotated": false,
|
|
157
|
+
"trimmed": false,
|
|
158
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
159
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
160
|
+
"duration": 100
|
|
161
|
+
},
|
|
162
|
+
"blockletter_alpha-numeric 20.aseprite": {
|
|
163
|
+
"frame": { "x": 10240, "y": 0, "w": 512, "h": 512 },
|
|
164
|
+
"rotated": false,
|
|
165
|
+
"trimmed": false,
|
|
166
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
167
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
168
|
+
"duration": 100
|
|
169
|
+
},
|
|
170
|
+
"blockletter_alpha-numeric 21.aseprite": {
|
|
171
|
+
"frame": { "x": 10752, "y": 0, "w": 512, "h": 512 },
|
|
172
|
+
"rotated": false,
|
|
173
|
+
"trimmed": false,
|
|
174
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
175
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
176
|
+
"duration": 100
|
|
177
|
+
},
|
|
178
|
+
"blockletter_alpha-numeric 22.aseprite": {
|
|
179
|
+
"frame": { "x": 11264, "y": 0, "w": 512, "h": 512 },
|
|
180
|
+
"rotated": false,
|
|
181
|
+
"trimmed": false,
|
|
182
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
183
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
184
|
+
"duration": 100
|
|
185
|
+
},
|
|
186
|
+
"blockletter_alpha-numeric 23.aseprite": {
|
|
187
|
+
"frame": { "x": 11776, "y": 0, "w": 512, "h": 512 },
|
|
188
|
+
"rotated": false,
|
|
189
|
+
"trimmed": false,
|
|
190
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
191
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
192
|
+
"duration": 100
|
|
193
|
+
},
|
|
194
|
+
"blockletter_alpha-numeric 24.aseprite": {
|
|
195
|
+
"frame": { "x": 12288, "y": 0, "w": 512, "h": 512 },
|
|
196
|
+
"rotated": false,
|
|
197
|
+
"trimmed": false,
|
|
198
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
199
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
200
|
+
"duration": 100
|
|
201
|
+
},
|
|
202
|
+
"blockletter_alpha-numeric 25.aseprite": {
|
|
203
|
+
"frame": { "x": 12800, "y": 0, "w": 512, "h": 512 },
|
|
204
|
+
"rotated": false,
|
|
205
|
+
"trimmed": false,
|
|
206
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
207
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
208
|
+
"duration": 100
|
|
209
|
+
},
|
|
210
|
+
"blockletter_alpha-numeric 26.aseprite": {
|
|
211
|
+
"frame": { "x": 13312, "y": 0, "w": 512, "h": 512 },
|
|
212
|
+
"rotated": false,
|
|
213
|
+
"trimmed": false,
|
|
214
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
215
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
216
|
+
"duration": 100
|
|
217
|
+
},
|
|
218
|
+
"blockletter_alpha-numeric 27.aseprite": {
|
|
219
|
+
"frame": { "x": 13824, "y": 0, "w": 512, "h": 512 },
|
|
220
|
+
"rotated": false,
|
|
221
|
+
"trimmed": false,
|
|
222
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
223
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
224
|
+
"duration": 100
|
|
225
|
+
},
|
|
226
|
+
"blockletter_alpha-numeric 28.aseprite": {
|
|
227
|
+
"frame": { "x": 14336, "y": 0, "w": 512, "h": 512 },
|
|
228
|
+
"rotated": false,
|
|
229
|
+
"trimmed": false,
|
|
230
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
231
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
232
|
+
"duration": 100
|
|
233
|
+
},
|
|
234
|
+
"blockletter_alpha-numeric 29.aseprite": {
|
|
235
|
+
"frame": { "x": 14848, "y": 0, "w": 512, "h": 512 },
|
|
236
|
+
"rotated": false,
|
|
237
|
+
"trimmed": false,
|
|
238
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
239
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
240
|
+
"duration": 100
|
|
241
|
+
},
|
|
242
|
+
"blockletter_alpha-numeric 30.aseprite": {
|
|
243
|
+
"frame": { "x": 15360, "y": 0, "w": 512, "h": 512 },
|
|
244
|
+
"rotated": false,
|
|
245
|
+
"trimmed": false,
|
|
246
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
247
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
248
|
+
"duration": 100
|
|
249
|
+
},
|
|
250
|
+
"blockletter_alpha-numeric 31.aseprite": {
|
|
251
|
+
"frame": { "x": 15872, "y": 0, "w": 512, "h": 512 },
|
|
252
|
+
"rotated": false,
|
|
253
|
+
"trimmed": false,
|
|
254
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
255
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
256
|
+
"duration": 100
|
|
257
|
+
},
|
|
258
|
+
"blockletter_alpha-numeric 32.aseprite": {
|
|
259
|
+
"frame": { "x": 16384, "y": 0, "w": 512, "h": 512 },
|
|
260
|
+
"rotated": false,
|
|
261
|
+
"trimmed": false,
|
|
262
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
263
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
264
|
+
"duration": 100
|
|
265
|
+
},
|
|
266
|
+
"blockletter_alpha-numeric 33.aseprite": {
|
|
267
|
+
"frame": { "x": 16896, "y": 0, "w": 512, "h": 512 },
|
|
268
|
+
"rotated": false,
|
|
269
|
+
"trimmed": false,
|
|
270
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
271
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
272
|
+
"duration": 100
|
|
273
|
+
},
|
|
274
|
+
"blockletter_alpha-numeric 34.aseprite": {
|
|
275
|
+
"frame": { "x": 17408, "y": 0, "w": 512, "h": 512 },
|
|
276
|
+
"rotated": false,
|
|
277
|
+
"trimmed": false,
|
|
278
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
279
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
280
|
+
"duration": 100
|
|
281
|
+
},
|
|
282
|
+
"blockletter_alpha-numeric 35.aseprite": {
|
|
283
|
+
"frame": { "x": 17920, "y": 0, "w": 512, "h": 512 },
|
|
284
|
+
"rotated": false,
|
|
285
|
+
"trimmed": false,
|
|
286
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
287
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
288
|
+
"duration": 100
|
|
289
|
+
},
|
|
290
|
+
"blockletter_alpha-numeric 36.aseprite": {
|
|
291
|
+
"frame": { "x": 18432, "y": 0, "w": 512, "h": 512 },
|
|
292
|
+
"rotated": false,
|
|
293
|
+
"trimmed": false,
|
|
294
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
295
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
296
|
+
"duration": 100
|
|
297
|
+
},
|
|
298
|
+
"blockletter_alpha-numeric 37.aseprite": {
|
|
299
|
+
"frame": { "x": 18944, "y": 0, "w": 512, "h": 512 },
|
|
300
|
+
"rotated": false,
|
|
301
|
+
"trimmed": false,
|
|
302
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
303
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
304
|
+
"duration": 100
|
|
305
|
+
},
|
|
306
|
+
"blockletter_alpha-numeric 38.aseprite": {
|
|
307
|
+
"frame": { "x": 19456, "y": 0, "w": 512, "h": 512 },
|
|
308
|
+
"rotated": false,
|
|
309
|
+
"trimmed": false,
|
|
310
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
311
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
312
|
+
"duration": 100
|
|
313
|
+
},
|
|
314
|
+
"blockletter_alpha-numeric 39.aseprite": {
|
|
315
|
+
"frame": { "x": 19968, "y": 0, "w": 512, "h": 512 },
|
|
316
|
+
"rotated": false,
|
|
317
|
+
"trimmed": false,
|
|
318
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
319
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
320
|
+
"duration": 100
|
|
321
|
+
},
|
|
322
|
+
"blockletter_alpha-numeric 40.aseprite": {
|
|
323
|
+
"frame": { "x": 20480, "y": 0, "w": 512, "h": 512 },
|
|
324
|
+
"rotated": false,
|
|
325
|
+
"trimmed": false,
|
|
326
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
327
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
328
|
+
"duration": 100
|
|
329
|
+
},
|
|
330
|
+
"blockletter_alpha-numeric 41.aseprite": {
|
|
331
|
+
"frame": { "x": 20992, "y": 0, "w": 512, "h": 512 },
|
|
332
|
+
"rotated": false,
|
|
333
|
+
"trimmed": false,
|
|
334
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
335
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
336
|
+
"duration": 100
|
|
337
|
+
},
|
|
338
|
+
"blockletter_alpha-numeric 42.aseprite": {
|
|
339
|
+
"frame": { "x": 21504, "y": 0, "w": 512, "h": 512 },
|
|
340
|
+
"rotated": false,
|
|
341
|
+
"trimmed": false,
|
|
342
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
343
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
344
|
+
"duration": 100
|
|
345
|
+
},
|
|
346
|
+
"blockletter_alpha-numeric 43.aseprite": {
|
|
347
|
+
"frame": { "x": 22016, "y": 0, "w": 512, "h": 512 },
|
|
348
|
+
"rotated": false,
|
|
349
|
+
"trimmed": false,
|
|
350
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
351
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
352
|
+
"duration": 100
|
|
353
|
+
},
|
|
354
|
+
"blockletter_alpha-numeric 44.aseprite": {
|
|
355
|
+
"frame": { "x": 22528, "y": 0, "w": 512, "h": 512 },
|
|
356
|
+
"rotated": false,
|
|
357
|
+
"trimmed": false,
|
|
358
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
359
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
360
|
+
"duration": 100
|
|
361
|
+
},
|
|
362
|
+
"blockletter_alpha-numeric 45.aseprite": {
|
|
363
|
+
"frame": { "x": 23040, "y": 0, "w": 512, "h": 512 },
|
|
364
|
+
"rotated": false,
|
|
365
|
+
"trimmed": false,
|
|
366
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
367
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
368
|
+
"duration": 100
|
|
369
|
+
},
|
|
370
|
+
"blockletter_alpha-numeric 46.aseprite": {
|
|
371
|
+
"frame": { "x": 23552, "y": 0, "w": 512, "h": 512 },
|
|
372
|
+
"rotated": false,
|
|
373
|
+
"trimmed": false,
|
|
374
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
375
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
376
|
+
"duration": 100
|
|
377
|
+
},
|
|
378
|
+
"blockletter_alpha-numeric 47.aseprite": {
|
|
379
|
+
"frame": { "x": 24064, "y": 0, "w": 512, "h": 512 },
|
|
380
|
+
"rotated": false,
|
|
381
|
+
"trimmed": false,
|
|
382
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
383
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
384
|
+
"duration": 100
|
|
385
|
+
},
|
|
386
|
+
"blockletter_alpha-numeric 48.aseprite": {
|
|
387
|
+
"frame": { "x": 24576, "y": 0, "w": 512, "h": 512 },
|
|
388
|
+
"rotated": false,
|
|
389
|
+
"trimmed": false,
|
|
390
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
391
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
392
|
+
"duration": 100
|
|
393
|
+
},
|
|
394
|
+
"blockletter_alpha-numeric 49.aseprite": {
|
|
395
|
+
"frame": { "x": 25088, "y": 0, "w": 512, "h": 512 },
|
|
396
|
+
"rotated": false,
|
|
397
|
+
"trimmed": false,
|
|
398
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
399
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
400
|
+
"duration": 100
|
|
401
|
+
},
|
|
402
|
+
"blockletter_alpha-numeric 50.aseprite": {
|
|
403
|
+
"frame": { "x": 25600, "y": 0, "w": 512, "h": 512 },
|
|
404
|
+
"rotated": false,
|
|
405
|
+
"trimmed": false,
|
|
406
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
407
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
408
|
+
"duration": 100
|
|
409
|
+
},
|
|
410
|
+
"blockletter_alpha-numeric 51.aseprite": {
|
|
411
|
+
"frame": { "x": 26112, "y": 0, "w": 512, "h": 512 },
|
|
412
|
+
"rotated": false,
|
|
413
|
+
"trimmed": false,
|
|
414
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
415
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
416
|
+
"duration": 100
|
|
417
|
+
},
|
|
418
|
+
"blockletter_alpha-numeric 52.aseprite": {
|
|
419
|
+
"frame": { "x": 26624, "y": 0, "w": 512, "h": 512 },
|
|
420
|
+
"rotated": false,
|
|
421
|
+
"trimmed": false,
|
|
422
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
423
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
424
|
+
"duration": 100
|
|
425
|
+
},
|
|
426
|
+
"blockletter_alpha-numeric 53.aseprite": {
|
|
427
|
+
"frame": { "x": 27136, "y": 0, "w": 512, "h": 512 },
|
|
428
|
+
"rotated": false,
|
|
429
|
+
"trimmed": false,
|
|
430
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
431
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
432
|
+
"duration": 100
|
|
433
|
+
},
|
|
434
|
+
"blockletter_alpha-numeric 54.aseprite": {
|
|
435
|
+
"frame": { "x": 27648, "y": 0, "w": 512, "h": 512 },
|
|
436
|
+
"rotated": false,
|
|
437
|
+
"trimmed": false,
|
|
438
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
439
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
440
|
+
"duration": 100
|
|
441
|
+
},
|
|
442
|
+
"blockletter_alpha-numeric 55.aseprite": {
|
|
443
|
+
"frame": { "x": 28160, "y": 0, "w": 512, "h": 512 },
|
|
444
|
+
"rotated": false,
|
|
445
|
+
"trimmed": false,
|
|
446
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
447
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
448
|
+
"duration": 100
|
|
449
|
+
},
|
|
450
|
+
"blockletter_alpha-numeric 56.aseprite": {
|
|
451
|
+
"frame": { "x": 28672, "y": 0, "w": 512, "h": 512 },
|
|
452
|
+
"rotated": false,
|
|
453
|
+
"trimmed": false,
|
|
454
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
455
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
456
|
+
"duration": 100
|
|
457
|
+
},
|
|
458
|
+
"blockletter_alpha-numeric 57.aseprite": {
|
|
459
|
+
"frame": { "x": 29184, "y": 0, "w": 512, "h": 512 },
|
|
460
|
+
"rotated": false,
|
|
461
|
+
"trimmed": false,
|
|
462
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
463
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
464
|
+
"duration": 100
|
|
465
|
+
},
|
|
466
|
+
"blockletter_alpha-numeric 58.aseprite": {
|
|
467
|
+
"frame": { "x": 29696, "y": 0, "w": 512, "h": 512 },
|
|
468
|
+
"rotated": false,
|
|
469
|
+
"trimmed": false,
|
|
470
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
471
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
472
|
+
"duration": 100
|
|
473
|
+
},
|
|
474
|
+
"blockletter_alpha-numeric 59.aseprite": {
|
|
475
|
+
"frame": { "x": 30208, "y": 0, "w": 512, "h": 512 },
|
|
476
|
+
"rotated": false,
|
|
477
|
+
"trimmed": false,
|
|
478
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
479
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
480
|
+
"duration": 100
|
|
481
|
+
},
|
|
482
|
+
"blockletter_alpha-numeric 60.aseprite": {
|
|
483
|
+
"frame": { "x": 30720, "y": 0, "w": 512, "h": 512 },
|
|
484
|
+
"rotated": false,
|
|
485
|
+
"trimmed": false,
|
|
486
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
487
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
488
|
+
"duration": 100
|
|
489
|
+
},
|
|
490
|
+
"blockletter_alpha-numeric 61.aseprite": {
|
|
491
|
+
"frame": { "x": 31232, "y": 0, "w": 512, "h": 512 },
|
|
492
|
+
"rotated": false,
|
|
493
|
+
"trimmed": false,
|
|
494
|
+
"spriteSourceSize": { "x": 0, "y": 0, "w": 512, "h": 512 },
|
|
495
|
+
"sourceSize": { "w": 512, "h": 512 },
|
|
496
|
+
"duration": 100
|
|
497
|
+
}
|
|
498
|
+
},
|
|
499
|
+
"meta": {
|
|
500
|
+
"app": "http://www.aseprite.org/",
|
|
501
|
+
"version": "1.3.16.1-x64",
|
|
502
|
+
"image": "blockletter_alpha-numeric.png",
|
|
503
|
+
"format": "I8",
|
|
504
|
+
"size": { "w": 31744, "h": 512 },
|
|
505
|
+
"scale": "1",
|
|
506
|
+
"layers": [
|
|
507
|
+
{ "name": "letters" },
|
|
508
|
+
{ "name": "upper", "group": "letters" },
|
|
509
|
+
{ "name": "A", "group": "upper", "opacity": 255, "blendMode": "normal" },
|
|
510
|
+
{ "name": "B", "group": "upper", "opacity": 255, "blendMode": "normal" },
|
|
511
|
+
{ "name": "C", "group": "upper", "opacity": 255, "blendMode": "normal" },
|
|
512
|
+
{ "name": "D", "group": "upper", "opacity": 255, "blendMode": "normal" },
|
|
513
|
+
{ "name": "E", "group": "upper", "opacity": 255, "blendMode": "normal" },
|
|
514
|
+
{ "name": "F", "group": "upper", "opacity": 255, "blendMode": "normal" },
|
|
515
|
+
{ "name": "G", "group": "upper", "opacity": 255, "blendMode": "normal" },
|
|
516
|
+
{ "name": "H", "group": "upper", "opacity": 255, "blendMode": "normal" },
|
|
517
|
+
{ "name": "I", "group": "upper", "opacity": 255, "blendMode": "normal" },
|
|
518
|
+
{ "name": "J", "group": "upper", "opacity": 255, "blendMode": "normal" },
|
|
519
|
+
{ "name": "K", "group": "upper", "opacity": 255, "blendMode": "normal" },
|
|
520
|
+
{ "name": "L", "group": "upper", "opacity": 255, "blendMode": "normal" },
|
|
521
|
+
{ "name": "M", "group": "upper", "opacity": 255, "blendMode": "normal" },
|
|
522
|
+
{ "name": "N", "group": "upper", "opacity": 255, "blendMode": "normal" },
|
|
523
|
+
{ "name": "O", "group": "upper", "opacity": 255, "blendMode": "normal" },
|
|
524
|
+
{ "name": "P", "group": "upper", "opacity": 255, "blendMode": "normal" },
|
|
525
|
+
{ "name": "Q", "group": "upper", "opacity": 255, "blendMode": "normal" },
|
|
526
|
+
{ "name": "R", "group": "upper", "opacity": 255, "blendMode": "normal" },
|
|
527
|
+
{ "name": "S", "group": "upper", "opacity": 255, "blendMode": "normal" },
|
|
528
|
+
{ "name": "T", "group": "upper", "opacity": 255, "blendMode": "normal" },
|
|
529
|
+
{ "name": "U", "group": "upper", "opacity": 255, "blendMode": "normal" },
|
|
530
|
+
{ "name": "V", "group": "upper", "opacity": 255, "blendMode": "normal" },
|
|
531
|
+
{ "name": "W", "group": "upper", "opacity": 255, "blendMode": "normal" },
|
|
532
|
+
{ "name": "X", "group": "upper", "opacity": 255, "blendMode": "normal" },
|
|
533
|
+
{ "name": "Y", "group": "upper", "opacity": 255, "blendMode": "normal" },
|
|
534
|
+
{ "name": "Z", "group": "upper", "opacity": 255, "blendMode": "normal" },
|
|
535
|
+
{ "name": "lower", "group": "letters" },
|
|
536
|
+
{ "name": "a", "group": "lower", "opacity": 255, "blendMode": "normal" },
|
|
537
|
+
{ "name": "b", "group": "lower", "opacity": 255, "blendMode": "normal" },
|
|
538
|
+
{ "name": "c", "group": "lower", "opacity": 255, "blendMode": "normal" },
|
|
539
|
+
{ "name": "d", "group": "lower", "opacity": 255, "blendMode": "normal" },
|
|
540
|
+
{ "name": "e", "group": "lower", "opacity": 255, "blendMode": "normal" },
|
|
541
|
+
{ "name": "f", "group": "lower", "opacity": 255, "blendMode": "normal" },
|
|
542
|
+
{ "name": "g", "group": "lower", "opacity": 255, "blendMode": "normal" },
|
|
543
|
+
{ "name": "h", "group": "lower", "opacity": 255, "blendMode": "normal" },
|
|
544
|
+
{ "name": "i", "group": "lower", "opacity": 255, "blendMode": "normal" },
|
|
545
|
+
{ "name": "j", "group": "lower", "opacity": 255, "blendMode": "normal" },
|
|
546
|
+
{ "name": "k", "group": "lower", "opacity": 255, "blendMode": "normal" },
|
|
547
|
+
{ "name": "l", "group": "lower", "opacity": 255, "blendMode": "normal" },
|
|
548
|
+
{ "name": "m", "group": "lower", "opacity": 255, "blendMode": "normal" },
|
|
549
|
+
{ "name": "n", "group": "lower", "opacity": 255, "blendMode": "normal" },
|
|
550
|
+
{ "name": "o", "group": "lower", "opacity": 255, "blendMode": "normal" },
|
|
551
|
+
{ "name": "p", "group": "lower", "opacity": 255, "blendMode": "normal" },
|
|
552
|
+
{ "name": "q", "group": "lower", "opacity": 255, "blendMode": "normal" },
|
|
553
|
+
{ "name": "r", "group": "lower", "opacity": 255, "blendMode": "normal" },
|
|
554
|
+
{ "name": "s", "group": "lower", "opacity": 255, "blendMode": "normal" },
|
|
555
|
+
{ "name": "t", "group": "lower", "opacity": 255, "blendMode": "normal" },
|
|
556
|
+
{ "name": "u", "group": "lower", "opacity": 255, "blendMode": "normal" },
|
|
557
|
+
{ "name": "v", "group": "lower", "opacity": 255, "blendMode": "normal" },
|
|
558
|
+
{ "name": "w", "group": "lower", "opacity": 255, "blendMode": "normal" },
|
|
559
|
+
{ "name": "x", "group": "lower", "opacity": 255, "blendMode": "normal" },
|
|
560
|
+
{ "name": "y", "group": "lower", "opacity": 255, "blendMode": "normal" },
|
|
561
|
+
{ "name": "z", "group": "lower", "opacity": 255, "blendMode": "normal" },
|
|
562
|
+
{ "name": "numbers" },
|
|
563
|
+
{ "name": "0", "group": "numbers", "opacity": 255, "blendMode": "normal" },
|
|
564
|
+
{ "name": "1", "group": "numbers", "opacity": 255, "blendMode": "normal" },
|
|
565
|
+
{ "name": "2", "group": "numbers", "opacity": 255, "blendMode": "normal" },
|
|
566
|
+
{ "name": "3", "group": "numbers", "opacity": 255, "blendMode": "normal" },
|
|
567
|
+
{ "name": "4", "group": "numbers", "opacity": 255, "blendMode": "normal" },
|
|
568
|
+
{ "name": "5", "group": "numbers", "opacity": 255, "blendMode": "normal" },
|
|
569
|
+
{ "name": "6", "group": "numbers", "opacity": 255, "blendMode": "normal" },
|
|
570
|
+
{ "name": "7", "group": "numbers", "opacity": 255, "blendMode": "normal" },
|
|
571
|
+
{ "name": "8", "group": "numbers", "opacity": 255, "blendMode": "normal" },
|
|
572
|
+
{ "name": "9", "group": "numbers", "opacity": 255, "blendMode": "normal" }
|
|
573
|
+
],
|
|
574
|
+
"slices": [
|
|
575
|
+
]
|
|
576
|
+
}
|
|
577
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|