author | harlekin <harlekin> | 2002-09-21 17:52:29 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-09-21 17:52:29 (UTC) |
commit | 909710c5ad1258a5d12487ccaaea3bcac7157592 (patch) (side-by-side diff) | |
tree | 4fcd09b096939d39977ca074a46760208406d6d2 /pics/wordgame | |
parent | 9176329414e7f85017dad819d3f819dc7a2b5fa0 (diff) | |
download | opie-909710c5ad1258a5d12487ccaaea3bcac7157592.zip opie-909710c5ad1258a5d12487ccaaea3bcac7157592.tar.gz opie-909710c5ad1258a5d12487ccaaea3bcac7157592.tar.bz2 |
cleaned up inline dir a bit
-rw-r--r-- | pics/wordgame/WordGame.png | bin | 0 -> 1553 bytes | |||
-rw-r--r-- | pics/wordgame/wordgame_shapes.xpm | 28 |
2 files changed, 28 insertions, 0 deletions
diff --git a/pics/wordgame/WordGame.png b/pics/wordgame/WordGame.png Binary files differnew file mode 100644 index 0000000..9280906 --- a/dev/null +++ b/pics/wordgame/WordGame.png diff --git a/pics/wordgame/wordgame_shapes.xpm b/pics/wordgame/wordgame_shapes.xpm new file mode 100644 index 0000000..cbac8d2 --- a/dev/null +++ b/pics/wordgame/wordgame_shapes.xpm @@ -0,0 +1,28 @@ +/* XPM */ +static char * wordgame_shapes_xpm[] = { +"96 16 9 1", +" c None", +". c #005E5E", +"+ c #007F7F", +"@ c #00FFFF", +"# c #0000FF", +"$ c #FFA100", +"% c #FF0000", +"& c #000000", +"* c #FFFFFF", +"................................................................................................", +".+++++++++++++++.@@@@@@@@@@@@@@@.###############.$$$$$$$$$$$$$$$.%%%%%%%%%%%%%%%.$$$$$$$$$$$$$$$", +".+++++++++++++++.@@&&@@@@@@@@@@@.##**###########.$$&&$$$$$$$$$$$.%%**%%%%%%%%%%%.$$$$$$$$$$$$$$$", +".+++++++++++++++.@&@@&@@&@@@&@@@.#*##*##*###*###.$&$$&$$&$$$&$$$.%*%%*%%*%%%*%%%.$$**$$$$$$$**$$", +".+++++++++++++++.@@@@&@@@&@&@@@@.###*####*#*####.$$$$&$$$&$&$$$$.%%%*%%%%*%*%%%%.$$***$$$$$***$$", +".+++++++++++++++.@@@&@@@@@&@@@@@.####*####*#####.$$$&$$$$$&$$$$$.%%%%*%%%%*%%%%%.$$$***$$$***$$$", +".+++++++++++++++.@@&@@@@@&@&@@@@.#*##*###*#*####.$$&$$$$$&$&$$$$.%*%%*%%%*%*%%%%.$$$$***$***$$$$", +".+++++++++++++++.@&&&&@@&@@@&@@@.##**###*###*###.$&&&&$$&$$$&$$$.%%**%%%*%%%*%%%.$$$$$*****$$$$$", +".+++++++++++++++.@@@@@@@@@@@@@@@.###############.$$$$$$$$$$$$$$$.%%%%%%%%%%%%%%%.$$$$$$***$$$$$$", +".+++++++++++++++.@@&&@@&@@&@&&&@.##**##*##*#***#.$$$&&$$&$$$&$$$.%%%**%%*%%%*%%%.$$$$$*****$$$$$", +".+++++++++++++++.@&@@&@&&@&@&@@@.#*##*#**#*#*###.$$&$$&$&$$$&$$$.%%*%%*%*%%%*%%%.$$$$***$***$$$$", +".+++++++++++++++.@&@@&@&@&&@&&@@.#*##*#*#**#**##.$$&&&&$&$$$&$$$.%%****%*%%%*%%%.$$$***$$$***$$$", +".+++++++++++++++.@&@@&@&@@&@&@@@.#*##*#*##*#*###.$$&$$&$&$$$&$$$.%%*%%*%*%%%*%%%.$$***$$$$$***$$", +".+++++++++++++++.@&@@&@&@@&@&@@@.#*##*#*##*#*###.$$&$$&$&$$$&$$$.%%*%%*%*%%%*%%%.$$**$$$$$$$**$$", +".+++++++++++++++.@@&&@@&@@&@&&&@.##**##*##*#***#.$$&$$&$&&&$&&&$.%%*%%*%***%***%.$$$$$$$$$$$$$$$", +".+++++++++++++++.@@@@@@@@@@@@@@@.###############.$$$$$$$$$$$$$$$.%%%%%%%%%%%%%%%.$$$$$$$$$$$$$$$"}; |