New ring face.

--AndreasV


git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@502 282e977c-c81d-0410-88c4-b93c2d0d6712
master
avogl 2000-11-17 16:24:13 +00:00
parent ead714b7c7
commit 4a27151263
3 changed files with 43 additions and 0 deletions

View File

@ -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.

View File

@ -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 ",
" ",
" ",
" "};