diff options
Diffstat (limited to 'app/bin/bitmaps/block.xpm')
-rw-r--r-- | app/bin/bitmaps/block.xpm | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app/bin/bitmaps/block.xpm b/app/bin/bitmaps/block.xpm new file mode 100644 index 0000000..232d859 --- /dev/null +++ b/app/bin/bitmaps/block.xpm @@ -0,0 +1,24 @@ +/* XPM */
+static char * block_xpm[] = {
+"16 16 5 1",
+" c None",
+". c #2E3436",
+"+ c #00FFFF",
+"@ c #25E100",
+"# c #EF2929",
+".. . ",
+"... ... ",
+" .....++ @@@ ",
+" ...+++ @@@@@ ",
+" ...+++ @@@@@ ",
+"...++++ @@@@@ ",
+" .++++++ @@@ ",
+" ++ +++ ",
+" +++ + ",
+" ### +++ +++ ",
+" ##### +++++..",
+" ##### +++...",
+" ##### +++... ",
+" ### +++.... ",
+" +......",
+" .. ..."};
|