mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 14:39:29 -07:00
28 lines
731 B
Perl
28 lines
731 B
Perl
/* XPM */
|
|
/*********************************************************************
|
|
* (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.
|
|
**********************************************************************/
|
|
static char * Ridged_pm[] = {
|
|
/* width height ncolors cpp [x_hot y_hot] */
|
|
"16 16 2 1 0 0",
|
|
/* colors */
|
|
" s iconGray4 m white c #949494949494",
|
|
". s iconGray7 m black c #424242424242",
|
|
/* pixels */
|
|
" . .. . ..",
|
|
". .. .. . .. .. ",
|
|
" . ... . . ... .",
|
|
" .. . . .. . . ",
|
|
" .. . .. . ",
|
|
" .. . .. .. . ..",
|
|
".. . . ... . . .",
|
|
". . .. . . .. ",
|
|
" . .. . ..",
|
|
". .. .. . .. .. ",
|
|
" . ... . . ... .",
|
|
" .. . . .. . . ",
|
|
" .. . .. . ",
|
|
" .. . .. .. . ..",
|
|
".. . . ... . . .",
|
|
". . .. . . .. "};
|