summaryrefslogtreecommitdiffstats
path: root/pics/zacman/point.xpm
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-08-17 18:58:43 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-08-17 18:58:43 +0200
commit6f2c87870081718731cccee678e1e89869826de2 (patch)
tree942f97a4b9d4126d385e8bdc0aee30ff3dc6ed6d /pics/zacman/point.xpm
downloadtdepacman-6f2c87870081718731cccee678e1e89869826de2.tar.gz
tdepacman-6f2c87870081718731cccee678e1e89869826de2.zip
Initial import of version 0.3.2 from the source package.
https://sourceforge.net/projects/kpacman/files/kpacman/0.3.2/kpacman-0.3.2.tar.gz Original package is licenced under GPL 2.0. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'pics/zacman/point.xpm')
-rw-r--r--pics/zacman/point.xpm33
1 files changed, 33 insertions, 0 deletions
diff --git a/pics/zacman/point.xpm b/pics/zacman/point.xpm
new file mode 100644
index 0000000..f0a065d
--- /dev/null
+++ b/pics/zacman/point.xpm
@@ -0,0 +1,33 @@
+/* XPM */
+static char * point_xpm[] = {
+/* width height num_colors chars_per_pixel */
+"6 6 21 1",
+/* colors */
+" c None",
+". c black",
+"X c #1f261c",
+"o c #60f026",
+"O c #31fa01",
+"+ c #1e341d",
+"@ c #0de503",
+"# c #22eb18",
+"$ c #11d203",
+"% c #12d803",
+"& c #1b2a1a",
+"* c #0bac03",
+"= c #0a9a03",
+"- c #0a9c03",
+"; c #0fae03",
+": c #0d6c03",
+"> c #0a6803",
+", c #142013",
+"< c #212521",
+"1 c #053001",
+"2 c #141d14",
+/* pixels */
+" .X.. ",
+"..oO..",
+"+@#$%.",
+"&*=-;.",
+"..:>.,",
+" <.12 "};