diff options
Diffstat (limited to 'pacman-c++/pics')
| -rw-r--r-- | pacman-c++/pics/soundoff.xpm | 15 | ||||
| -rw-r--r-- | pacman-c++/pics/soundon.xpm | 15 |
2 files changed, 30 insertions, 0 deletions
diff --git a/pacman-c++/pics/soundoff.xpm b/pacman-c++/pics/soundoff.xpm new file mode 100644 index 0000000..ba33f5f --- /dev/null +++ b/pacman-c++/pics/soundoff.xpm | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | /* XPM */ | ||
| 2 | static char * soundoff_xpm[] = { | ||
| 3 | "12 10 2 1", | ||
| 4 | " c None", | ||
| 5 | ". c #000000", | ||
| 6 | " ", | ||
| 7 | " . ", | ||
| 8 | " .. . .", | ||
| 9 | ".... . . ", | ||
| 10 | ".... .. ", | ||
| 11 | ".... .. ", | ||
| 12 | ".... . . ", | ||
| 13 | " .. . .", | ||
| 14 | " . ", | ||
| 15 | " "}; | ||
diff --git a/pacman-c++/pics/soundon.xpm b/pacman-c++/pics/soundon.xpm new file mode 100644 index 0000000..e6ca41e --- /dev/null +++ b/pacman-c++/pics/soundon.xpm | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | /* XPM */ | ||
| 2 | static char * soundoff_xpm[] = { | ||
| 3 | "12 10 2 1", | ||
| 4 | " c None", | ||
| 5 | ". c #000000", | ||
| 6 | " . ", | ||
| 7 | " . . ", | ||
| 8 | " .. . . ", | ||
| 9 | ".... . . ", | ||
| 10 | ".... . . ", | ||
| 11 | ".... . . ", | ||
| 12 | ".... . . ", | ||
| 13 | " .. . . ", | ||
| 14 | " . . ", | ||
| 15 | " . "}; | ||
