Skip to content

Commit

Permalink
icons 32x32 and 16x16
Browse files Browse the repository at this point in the history
  • Loading branch information
a-nikolaev committed Jul 21, 2013
1 parent a544ce5 commit 0ffda79
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 0 deletions.
25 changes: 25 additions & 0 deletions pixmaps/curseofwar-16x16.xpm
@@ -0,0 +1,25 @@
/* XPM */
static char * icon16x16_2_xpm[] = {
"16 16 6 1",
" c None",
". c #000000",
"+ c #FFAE00",
"@ c #FFFFFF",
"# c #D7970D",
"$ c #6BE73F",
" ...... ",
" .++++@..... ",
" .++++@###. ",
" .++++@###. ",
" .++++@##. ",
" .++++@##. ",
" .+....###. ",
" .# ...... ",
" .# ",
"...#... ... ...",
".$...$. .$...$.",
".$.$.$....$.$.$.",
".$.$.$.$$.$.$.$.",
".$$.$$.$$.$$.$$.",
".$...$....$...$.",
"... ... ... ..."};
41 changes: 41 additions & 0 deletions pixmaps/curseofwar-32x32.xpm
@@ -0,0 +1,41 @@
/* XPM */
static char * icon32x32_3_xpm[] = {
"32 32 6 1",
" c None",
". c #000000",
"+ c #FFFFFF",
"@ c #FFAE00",
"# c #D7970D",
"$ c #6BE73F",
" ",
" ",
" ",
" . ",
" .+..... ",
" .@@@@@+. ",
" .@@@@@+...... ",
" .@@@@@+####. ",
" .@@@@@@+###. ",
" .@@@@@@+##. ",
" .@@@@@@+##. ",
" .#.....####. ",
" .# ..#####. ",
" .# ........ ",
" .# ",
" .# ",
" .# ",
" .# ",
" ............ ............ ",
" .+$$$..+$$$.......+$$$..+$$$. ",
" ..$$....$$..+$.+$..$$....$$.. ",
" .$$.$$.$$..$$.$$..$$.$$.$$. ",
" .$$.$$.$$.$$$$$$$.$$.$$.$$. ",
" .$$$$$$$$..$$.$$..$$$$$$$$. ",
" ..$$$$$$...$$.$$...$$$$$$.. ",
" .$$..$$..$$$$$$$..$$..$$. ",
" .$$..$$...$$.$$...$$..$$. ",
" ........ ....... ........ ",
" ",
" ",
" ",
" "};

0 comments on commit 0ffda79

Please sign in to comment.