diff options
Diffstat (limited to 'muse2/xpm/velo_all.xpm')
-rw-r--r-- | muse2/xpm/velo_all.xpm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/muse2/xpm/velo_all.xpm b/muse2/xpm/velo_all.xpm new file mode 100644 index 00000000..4c8a509f --- /dev/null +++ b/muse2/xpm/velo_all.xpm @@ -0,0 +1,23 @@ +/* XPM */ +static const char * velo_all_xpm[] = { +"15 15 5 1", +" c None", +". c #58A8FF", +"+ c #000000", +"@ c #FFFFFF", +"# c #ED7700", +"...............", +".++++@.........", +".+++++.+.+.+##.", +".++++@......##.", +".@@@@@......##.", +".@@@@@......##.", +".++++@......##.", +".++++++.+##.##.", +".++++@...##.##.", +".@@@@@...##.##.", +".@@@@@...##.##.", +".++++@...##.##.", +".+++++##.##.##.", +".++++@##.##.##.", +"..............."}; |