mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 06:29:30 -07:00
44 lines
1.5 KiB
Perl
44 lines
1.5 KiB
Perl
/* XPM */
|
|
/*********************************************************************
|
|
* (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.
|
|
**********************************************************************/
|
|
static char * Wave_pm[] = {
|
|
/* width height ncolors cpp [x_hot y_hot] */
|
|
"32 32 2 1 0 0",
|
|
/* colors */
|
|
" s topShadowColor m white c #bdbdbdbdbdbd",
|
|
". s iconGray4 m white c #949494949494",
|
|
/* pixels */
|
|
" .... .. ..... .. ",
|
|
" ... . . . .",
|
|
".. ..... ..",
|
|
" ......... .. ",
|
|
" ... . . . .... .. ",
|
|
" .. ........... ",
|
|
" .. ........ ",
|
|
". ....... . . . .",
|
|
" ........... . ",
|
|
" ............ . . ",
|
|
" ...... . . .... . . ",
|
|
" ..... . . .. . .. ",
|
|
" .... . .. . ",
|
|
" .... .... ",
|
|
" .. ........ ",
|
|
". ... . .... ",
|
|
" .. .. .",
|
|
" .. .. . ",
|
|
" . .. . . . ",
|
|
"... . .. .. . .. ",
|
|
". ........ . . .",
|
|
" ... . . .... . ",
|
|
" .. . . . ",
|
|
" .. .. . . .. ",
|
|
". ..... ..... .",
|
|
" ......... . ",
|
|
" ... . .. . ",
|
|
" .. .... . . .. ",
|
|
" . ....... ",
|
|
" . ...... ",
|
|
". .......... .",
|
|
" ..... . .. . "};
|