~vcs-imports/crossfire-arch/main

« back to all changes in this revision

Viewing changes to monster/goblin/kobold.112.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 * kobold_112_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      c grey75",
 
9
"o      c gold",
 
10
"O      c peru",
 
11
"+      s Dark brown    c sienna",
 
12
/* pixels */
 
13
"                        ",
 
14
"                        ",
 
15
"                        ",
 
16
"                        ",
 
17
"                        ",
 
18
"                        ",
 
19
"                        ",
 
20
"                        ",
 
21
"                        ",
 
22
"          ...           ",
 
23
" X.       oo.           ",
 
24
"  X.      .o.           ",
 
25
"   XX.     ..           ",
 
26
"    X.oooo.OO..         ",
 
27
"       ...OOOOo..       ",
 
28
"         .OOOO.o.       ",
 
29
"         .OOOO.o.       ",
 
30
"         .++++ .        ",
 
31
"          .+++.         ",
 
32
"          .+++.         ",
 
33
"          .o.o.         ",
 
34
"         .o..oo.        ",
 
35
"          .. ...        ",
 
36
"         ..  ..         "};