diff options
author | Slávek Banko <[email protected]> | 2020-08-17 18:58:43 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-08-17 18:58:43 +0200 |
commit | 6f2c87870081718731cccee678e1e89869826de2 (patch) | |
tree | 942f97a4b9d4126d385e8bdc0aee30ff3dc6ed6d /pics/mspacman/point02.xpm | |
download | tdepacman-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 <[email protected]>
Diffstat (limited to 'pics/mspacman/point02.xpm')
-rw-r--r-- | pics/mspacman/point02.xpm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pics/mspacman/point02.xpm b/pics/mspacman/point02.xpm new file mode 100644 index 0000000..3a26149 --- /dev/null +++ b/pics/mspacman/point02.xpm @@ -0,0 +1,13 @@ +/* XPM */ +static char * point_xpm[] = { +"8 8 2 1", +" s None c None", +"y c yellow", +" ", +" ", +" yyyy ", +" yyyy ", +" yyyy ", +" yyyy ", +" ", +" "}; |