Qt4: Pile mark

This commit is contained in:
Pasi Kallinen
2017-10-10 21:47:35 +03:00
parent dbacc98a1d
commit 4dff3a707e
3 changed files with 47 additions and 22 deletions

View File

@@ -946,6 +946,20 @@ static const char *pet_mark_small_xpm[] = {
"..X.."
};
/* XPM */
static const char *pile_mark_xpm[] = {
/* width height ncolors chars_per_pixel */
"5 5 2 1",
/* colors */
". c None",
"X c #00FF00",
/* pixels */
"..X..",
"..X..",
"XXXXX",
"..X..",
"..X.."
};
/* XPM */
static const char *satiated_xpm[] = {
/* width height ncolors chars_per_pixel */
"40 40 23 1",