From 6f2c87870081718731cccee678e1e89869826de2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 17 Aug 2020 18:58:43 +0200 Subject: 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Original package is licenced under GPL 2.0. Signed-off-by: Slávek Banko --- pics/point.xpm | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pics/point.xpm (limited to 'pics/point.xpm') diff --git a/pics/point.xpm b/pics/point.xpm new file mode 100644 index 0000000..888b4f7 --- /dev/null +++ b/pics/point.xpm @@ -0,0 +1,13 @@ +/* XPM */ +static char * point_xpm[] = { +"8 8 2 1", +" s None c None", +"f c #ffba94", +" ", +" ", +" ffff ", +" ffff ", +" ffff ", +" ffff ", +" ", +" "}; -- cgit v1.2.1