Mercurial > emacs
annotate lisp/sb-dir.xpm @ 49986:755c2ca7f6cf
(gamegrid-add-score): Add info to docstring.
(gamegrid-add-score-with-update-game-score-1): New function, factored out of
`gamegriod-add-score-with-update-game-score'.
(gamegrid-add-score-with-update-game-score): Use it. Fall back on
`gamegrid-add-score-insecure' if the requested file does not exist in
$(gamedir), in case the user has installed a game on his own.
(gamegrid-add-score-insecure): Accept optional directory argument.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 26 Feb 2003 10:18:43 +0000 |
parents | c0758fd9ca7a |
children | c2a09ac7b7b1 |
rev | line source |
---|---|
28974 | 1 /* XPM */ |
2 static char * sb_dir_xpm[] = { | |
3 "20 15 4 1", | |
4 " c None", | |
5 ". c #828282", | |
6 "+ c #000000", | |
7 "@ c #FFF993", | |
8 " ....... ", | |
9 ".+++++++. ", | |
10 ".+@@@@@@+.......... ", | |
11 ".+@@@@@@@++++++++++.", | |
12 ".+@@@@@@@@@@@@@@@@+.", | |
13 ".+@@@@@@@@@@@@@@@@+.", | |
14 ".+@@@@@@@@@@@@@@@@+.", | |
15 ".+@@@@@@@@@@@@@@@@+.", | |
16 ".+@@@@@@@@@@@@@@@@+.", | |
17 ".+@@@@@@@@@@@@@@@@+.", | |
18 ".+@@@@@@@@@@@@@@@@+.", | |
19 ".+@@@@@@@@@@@@@@@@+.", | |
20 ".+@@@@@@@@@@@@@@@@+.", | |
21 ".++++++++++++++++++.", | |
22 " .................. "}; |