-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathimages.g.ts
48 lines (42 loc) · 1 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
// Auto-generated code. Do not edit.
namespace myImages {
helpers._registerFactory("image", function(name: string) {
switch(helpers.stringTrim(name)) {
case "image1":
case "myImage":return img`
....................
....................
..f....fffffff......
.f3f..f3333333f.....
.f3f.f33333333f.....
.f3ff3333333333f....
.f3f333333333333f...
.f3333f133331f333f..
.f333333333333333f..
..f33fff333ff3333ff.
..f33f22fff22f3333f.
..f333f22222f33333f.
..f3333f111f333333f.
..f33333fff3333333f.
...f3333333333fff3f.
....f332222233f.f3f.
.....ff2fff2ff..f3f.
.......2...2.....f..
.....222...222......
.....111...111......
`;
}
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.