-
Notifications
You must be signed in to change notification settings - Fork 213
/
Copy pathsprites.duck.ts
50 lines (50 loc) · 1.98 KB
/
sprites.duck.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
namespace sprites.duck {
//% fixedInstance jres blockIdentity=images._image
//% tags="animals"
export const duck1 = image.ofBuffer(hex``);
//% fixedInstance jres blockIdentity=images._image
//% tags="animals"
export const duck2 = image.ofBuffer(hex``);
//% fixedInstance jres blockIdentity=images._image
//% tags="animals"
export const duck3 = image.ofBuffer(hex``);
//% fixedInstance jres blockIdentity=images._image
//% tags="animals"
export const duck4 = image.ofBuffer(hex``);
//% fixedInstance jres blockIdentity=images._image
//% tags="animals"
export const duck5 = image.ofBuffer(hex``);
//% fixedInstance jres blockIdentity=images._image
//% tags="animals"
export const duck6 = image.ofBuffer(hex``);
//% fixedInstance jres blockIdentity=images._image
//% tags="animals"
export const duckHurt = image.ofBuffer(hex``);
//% fixedInstance jres blockIdentity=images._image
//% tags="forest"
export const log1 = image.ofBuffer(hex``);
//% fixedInstance jres blockIdentity=images._image
//% tags="forest"
export const log2 = image.ofBuffer(hex``);
//% fixedInstance jres blockIdentity=images._image
//% tags="forest"
export const log3 = image.ofBuffer(hex``);
//% fixedInstance jres blockIdentity=images._image
//% tags="forest"
export const log4 = image.ofBuffer(hex``);
//% fixedInstance jres blockIdentity=images._image
//% tags="forest"
export const log5 = image.ofBuffer(hex``);
//% fixedInstance jres blockIdentity=images._image
//% tags="forest"
export const log6 = image.ofBuffer(hex``);
//% fixedInstance jres blockIdentity=images._image
//% tags="forest"
export const log7 = image.ofBuffer(hex``);
//% fixedInstance jres blockIdentity=images._image
//% tags="forest"
export const log8 = image.ofBuffer(hex``);
//% fixedInstance jres blockIdentity=images._image
//% tags="forest"
export const tree = image.ofBuffer(hex``);
}