New ring face.
--AndreasV git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@502 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
ead714b7c7
commit
4a27151263
|
@ -0,0 +1,9 @@
|
|||
#define ring_width 24
|
||||
#define ring_height 24
|
||||
static char ring_bits[] = {
|
||||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
||||
0x00,0x00,0x00,0x00,0x1c,0x00,0x00,0x22,0x00,0x00,0x22,0x00,
|
||||
0x80,0xf7,0x00,0x00,0x7f,0x00,0x00,0x77,0x00,0x80,0xc1,0x00,
|
||||
0x80,0x80,0x00,0xc0,0x80,0x01,0x40,0x00,0x01,0xc0,0x80,0x01,
|
||||
0x80,0x80,0x00,0x80,0xc1,0x00,0x00,0x77,0x00,0x00,0x1c,0x00,
|
||||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|
Binary file not shown.
|
@ -0,0 +1,34 @@
|
|||
/* XPM */
|
||||
static char * ring_111_xpm[] = {
|
||||
/* width height ncolors chars_per_pixel */
|
||||
"24 24 4 1",
|
||||
/* colors */
|
||||
" s None c None",
|
||||
". c SeaGreen",
|
||||
"X c Orange",
|
||||
"o c Gold",
|
||||
/* pixels */
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ... ",
|
||||
" X.....X ",
|
||||
" XX..o....XX ",
|
||||
" Xoo.o.....ooX ",
|
||||
" Xooo.......oooX ",
|
||||
" Xoooo.....ooooX ",
|
||||
" Xoooooo...ooooooX ",
|
||||
" XooXXXoooooXXXooX ",
|
||||
" XoX XXXXX XoX ",
|
||||
" XX XX ",
|
||||
" XX XX ",
|
||||
" XX XX ",
|
||||
" XX XX ",
|
||||
" XXX XXX ",
|
||||
" XXXX XXXX ",
|
||||
" XXXXXXXXXXX ",
|
||||
" XXXXXXX ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
Loading…
Reference in New Issue