~vcs-imports/crossfire-arch/main

« back to all changes in this revision

Viewing changes to misc/statue.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 * statue_111_xpm[] = {
 
3
/* width height ncolors chars_per_pixel */
 
4
"24 24 6 1",
 
5
/* colors */
 
6
"       s None  c None",
 
7
".      s Light gray    c grey75",
 
8
"X      c black",
 
9
"o      s Dark gray     c Grey25",
 
10
"O      s Gray  m white c Grey50",
 
11
"+      c White",
 
12
/* pixels */
 
13
"                       .",
 
14
"                 XXX  X ",
 
15
"                 X.X  . ",
 
16
"                X.X  X. ",
 
17
"                XX   .  ",
 
18
"             XoOOX..X   ",
 
19
"            X.OOOOXXX   ",
 
20
"           X.oOOX       ",
 
21
"            X.XOX       ",
 
22
"          XXXoOX        ",
 
23
"        XX+.XOOX        ",
 
24
"       X++XooOXX        ",
 
25
"       X+OX.+o.X        ",
 
26
"      X+XOX+X.X+X       ",
 
27
"      X+XOX+OX++X       ",
 
28
"     XXXX+++XXX+X       ",
 
29
"     XOX+++++++X        ",
 
30
"    XXOX+++++++X        ",
 
31
"    XO..XX+++XX         ",
 
32
"    XO...+XXX+X         ",
 
33
"     X...++++X          ",
 
34
"     X..+++++X          ",
 
35
"      XX+++XX           ",
 
36
"        XXX             "};