-
Notifications
You must be signed in to change notification settings - Fork 4
/
images.g.ts
37 lines (33 loc) · 845 Bytes
/
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
// Auto-generated code. Do not edit.
namespace myImages {
helpers._registerFactory("image", function(name: string) {
switch(helpers.stringTrim(name)) {
case "image2":
case "camera_reference":return img`
.
`;
case "image1":
case "character":return img`
. . . . . . . . . . . .
. . . . . . . . . . . .
. . c c c c c c c c . .
. . c b b b b b b c . .
. . c b c b b c b c . .
. . c b c b b c b c . .
. . c b b b b b b c . .
. . c b b b b b b c . .
. . c b b b b b b c . .
. . c c c c c c c c . .
. . . . . . . . . . . .
. . . . . . . . . . . .
`;
}
return null;
})
helpers._registerFactory("animation", function(name: string) {
switch(helpers.stringTrim(name)) {
}
return null;
})
}
// Auto-generated code. Do not edit.