Developer Documentation
Loading...
Searching...
No Matches
move.xpm
1/* XPM */
2static const char * move_xpm[] = {
3"24 24 6 1",
4" c None",
5". c #000000",
6"+ c #B2B2B2",
7"@ c #FFFFFF",
8"# c #828282",
9"$ c #E5E5E5",
10" ",
11" ",
12" ... ",
13" .+@+. ",
14" .+@@@+. ",
15" .+@@@@@+. ",
16" .+++@+++.# ",
17" ...+@+...# ",
18" ... #.+@+.##... ",
19" .++.#..+@+.. .++. ",
20" .+@+...++@++...+@+. ",
21" .+@@+++++@@$+++++@@+. ",
22" .@@@@@@@@@@@@@@@@@@@.#",
23" .+@@+++++@@$+++++@@+.#",
24" .+@+...++@++...+@+.##",
25" .++.#..+@+..#.++.# ",
26" ...# .+@+.##...# ",
27" ##...+@+...### ",
28" .+++@+++.# ",
29" .+@@@@@+.# ",
30" .+@@@+.## ",
31" .+@+.## ",
32" ...## ",
33" ### "};