-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexported_pixels.bs
More file actions
53 lines (51 loc) · 1.19 KB
/
exported_pixels.bs
File metadata and controls
53 lines (51 loc) · 1.19 KB
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
// Exported pixel data from Pixel Editor
windowSize 640,640;
window;
pixel 1,0,255,255,0,80;
pixel 2,0,255,255,0,80;
pixel 3,0,255,255,0,80;
pixel 4,0,255,255,0,80;
pixel 5,0,255,255,0,80;
pixel 6,0,255,255,0,80;
pixel 0,1,255,255,0,80;
pixel 1,1,255,255,0,80;
pixel 3,1,255,255,0,80;
pixel 4,1,255,255,0,80;
pixel 6,1,255,255,0,80;
pixel 7,1,255,255,0,80;
pixel 0,2,255,255,0,80;
pixel 1,2,255,255,0,80;
pixel 3,2,255,255,0,80;
pixel 4,2,255,255,0,80;
pixel 6,2,255,255,0,80;
pixel 7,2,255,255,0,80;
pixel 0,3,255,255,0,80;
pixel 1,3,255,255,0,80;
pixel 3,3,255,255,0,80;
pixel 4,3,255,255,0,80;
pixel 6,3,255,255,0,80;
pixel 7,3,255,255,0,80;
pixel 0,4,255,255,0,80;
pixel 2,4,255,255,0,80;
pixel 3,4,255,255,0,80;
pixel 4,4,255,255,0,80;
pixel 5,4,255,255,0,80;
pixel 7,4,255,255,0,80;
pixel 0,5,255,255,0,80;
pixel 1,5,255,255,0,80;
pixel 6,5,255,255,0,80;
pixel 7,5,255,255,0,80;
pixel 0,6,255,255,0,80;
pixel 1,6,255,255,0,80;
pixel 2,6,255,255,0,80;
pixel 3,6,255,255,0,80;
pixel 4,6,255,255,0,80;
pixel 5,6,255,255,0,80;
pixel 6,6,255,255,0,80;
pixel 7,6,255,255,0,80;
pixel 1,7,255,255,0,80;
pixel 2,7,255,255,0,80;
pixel 3,7,255,255,0,80;
pixel 4,7,255,255,0,80;
pixel 5,7,255,255,0,80;
pixel 6,7,255,255,0,80;