~vcs-imports/crossfire-arch/main

« back to all changes in this revision

Viewing changes to monster/giant/Titan/titan.171.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 * titan_171_xpm[] = {
 
3
/* width height ncolors chars_per_pixel */
 
4
"24 24 7 1",
 
5
/* colors */
 
6
"       s None  c None",
 
7
".      c black",
 
8
"X      c white",
 
9
"o      s Dark red      c firebrick",
 
10
"O      s Light brown   c Khaki",
 
11
"+      s Gray  c Grey50",
 
12
"@      s Dark gray     c Grey25",
 
13
/* pixels */
 
14
"                        ",
 
15
"                        ",
 
16
"                        ",
 
17
"                       .",
 
18
"                      ..",
 
19
"                     ...",
 
20
"                      .X",
 
21
"                       .",
 
22
"                       o",
 
23
"                      oO",
 
24
"                     oOo",
 
25
"                    oOOO",
 
26
"                   oOoOo",
 
27
"                  oOOOo ",
 
28
"                +ooOOo  ",
 
29
"               +++Ooo   ",
 
30
"              ++@@+o    ",
 
31
"             ++@@@+++   ",
 
32
"            o++@@++@++  ",
 
33
"           ooo++++@@+@++",
 
34
"           oOoo+++++@@+@",
 
35
"           oOOoo +++@@@@",
 
36
"            ooo    +++@@",
 
37
"                    +++@"};