~vcs-imports/crossfire-arch/main

« back to all changes in this revision

Viewing changes to player/human.111.xpm

  • Committer: uid200
  • Date: 1999-03-29 04:46:43 UTC
  • Revision ID: vcs-imports@canonical.com-19990329044643-f5e80d33562fef45
Initial revision

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static char * human_111_xpm[] = {
 
3
/* width height ncolors chars_per_pixel */
 
4
"24 24 6 1",
 
5
/* colors */
 
6
"       s None  c None",
 
7
".      c Black",
 
8
"X      s Gray  c Grey50",
 
9
"o      s Brown c Peru",
 
10
"O      s Cyan  c Cyan2",
 
11
"+      s Light brown   c Khaki",
 
12
/* pixels */
 
13
"          ..            ",
 
14
"         ....       X   ",
 
15
"         ....    o XX   ",
 
16
"         ....   XXXXX   ",
 
17
"          ..     XXXX   ",
 
18
"        ..OO...  o XX   ",
 
19
"       .OOOOOOO. o  X   ",
 
20
"       .O.O.OO...o      ",
 
21
"       .OOOOO.O..o      ",
 
22
"        ..O.O.OO+o      ",
 
23
"        .OOOO.OO+       ",
 
24
"        ..O.O..+o       ",
 
25
"        .OOOO. +o       ",
 
26
"         ....   o       ",
 
27
"         .....  o       ",
 
28
"        ......          ",
 
29
"        ..  ...         ",
 
30
"        ..   ..         ",
 
31
"        ..   ..         ",
 
32
"       ..     ..        ",
 
33
"       ..     ..        ",
 
34
"       ..     ..        ",
 
35
"        .      .        ",
 
36
"       ..     ...       "};