~vcs-imports/crossfire-arch/main

« back to all changes in this revision

Viewing changes to monster/human/Class/fighter.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 * fighter_112_xpm[] = {
 
3
/* width height ncolors chars_per_pixel */
 
4
"24 24 7 1",
 
5
/* colors */
 
6
"       s None  c None",
 
7
".      c Grey50",
 
8
"X      c salmon",
 
9
"o      c gold",
 
10
"O      c grey75",
 
11
"+      c sienna",
 
12
"@      c Khaki",
 
13
/* pixels */
 
14
"                        ",
 
15
"    .          ....     ",
 
16
"    .         XXX.      ",
 
17
"    .         XXX.      ",
 
18
"    .         XXX.      ",
 
19
"    ..         ...      ",
 
20
"    ..      ...oo.....  ",
 
21
"     .    ..oooo.OOOOO. ",
 
22
"     .. ..oooooo.O.O.O. ",
 
23
"     X..oo...ooo.OOOOO. ",
 
24
"     XXX..   .ooo.O.O.  ",
 
25
"     XX.     .ooo.OOO.  ",
 
26
"      .      ...++.O.   ",
 
27
"            .+++++..    ",
 
28
"            .++..+.     ",
 
29
"            .+. .++.    ",
 
30
"           .++.  .+.    ",
 
31
"           .+.   .++.   ",
 
32
"           .+.    .+.   ",
 
33
"           .+.    .+.   ",
 
34
"           .+.    .+.   ",
 
35
"          .@.      .@.  ",
 
36
"          ...      ...  ",
 
37
"                        "};