-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathimages.g.ts
60 lines (54 loc) · 1.64 KB
/
images.g.ts
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
// Auto-generated code. Do not edit.
namespace myImages {
helpers._registerFactory("image", function(name: string) {
switch(helpers.stringTrim(name)) {
case "K;^TvaJi59[St1XP4=p)":
case "cardback":return img`
33333333333333333333333333333333
33311111111111111111111111113333
33133333333333333333333333331333
31333333333333333333333333333133
31333333333333333333333333333133
31333333333111111111333333333133
31333333311333333333113333333133
31333333133333333333331333333133
31333331333333333333333133333133
31333313333311111113333313333133
31333133331133333331133331333133
31333133313333333333313331333133
31331333313333333333313333133133
31331333133331111133331333133133
31331333133312222213331333133133
31331333133312222213331333133133
31331333133312222213331333133133
31331333133312222213331333133133
31331333133312222213331333133133
31331333133331111133331333133133
31331333313333333333313333133133
31333133313333333333313331333133
31333133331133333331133331333133
31333313333311111113333313333133
31333331333333333333333133333133
31333333133333333333331333333133
31333333311333333333113333333133
31333333333111111111333333333133
31333333333333333333333333333133
33133333333333333333333333331333
33311111111111111111111111113333
33333333333333333333333333333333
`;
}
return null;
})
helpers._registerFactory("animation", function(name: string) {
switch(helpers.stringTrim(name)) {
}
return null;
})
helpers._registerFactory("song", function(name: string) {
switch(helpers.stringTrim(name)) {
}
return null;
})
}
// Auto-generated code. Do not edit.