Added a new chess-club house pic, for the new
chessclub(s) to come :) --Andreas git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@482 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
aa946d8ffc
commit
94d1a1b525
|
@ -0,0 +1,9 @@
|
|||
#define tavern_width 24
|
||||
#define tavern_height 24
|
||||
static unsigned char tavern_bits[] = {
|
||||
0x78, 0x00, 0x00, 0x48, 0x00, 0x00, 0xcc, 0xff, 0x0f, 0x6a, 0x66, 0x0e,
|
||||
0x91, 0x99, 0x19, 0x33, 0x33, 0x13, 0xe5, 0xcc, 0x2c, 0xa9, 0x99, 0x39,
|
||||
0x51, 0x66, 0x66, 0xed, 0xcc, 0x4c, 0xd1, 0xff, 0x7f, 0x4d, 0xbe, 0x50,
|
||||
0x55, 0xc1, 0x5f, 0x55, 0x1c, 0x40, 0x55, 0x32, 0x46, 0x55, 0x32, 0x4d,
|
||||
0x5d, 0x32, 0x49, 0x59, 0xb2, 0x58, 0x53, 0xb2, 0x58, 0x46, 0xbe, 0x59,
|
||||
0x4c, 0xbe, 0x58, 0x58, 0x80, 0x58, 0x70, 0xa9, 0x5f, 0xe0, 0xff, 0x70};
|
Binary file not shown.
|
@ -0,0 +1,36 @@
|
|||
/* XPM */
|
||||
static char * chess_club_111_xpm[] = {
|
||||
"24 24 9 1",
|
||||
" s None c None",
|
||||
". c Black",
|
||||
"X s Light gray c Grey75",
|
||||
"o s Gray m white c Grey50",
|
||||
"O s Dark brown m white c Sienna",
|
||||
"+ s Yellow c Gold",
|
||||
"@ c White",
|
||||
"# s Light yellow c yellow",
|
||||
"$ c Peru",
|
||||
" ",
|
||||
" .................. ",
|
||||
" ..XoXoXoXoXoXoXoXo. ",
|
||||
" .XX..................",
|
||||
" .XX.X..XX..XX..XX..X.",
|
||||
" .XXX..XX..XX..XX..XX..",
|
||||
" .XX...XX..XX..XX..XX. ",
|
||||
" .XOX.XX..XX..XX..XX... ",
|
||||
" .XOX.XX..XX..XX..XX... ",
|
||||
".XOOX...XX..XX..XX..XX. ",
|
||||
".X+OX...XX..XX..XX..XX. ",
|
||||
"XO+X..XX..XX..XX..XX.. ",
|
||||
"XOOX..XX..XX..XX..XX.. ",
|
||||
"XOXO.................. ",
|
||||
"XOXOo@@@@@@@@@@@@@@@@o ",
|
||||
"XXOo@@@@@@@OOOOOOO@@o ",
|
||||
"XXOo@@OO@@O@@@@@@O@@o ",
|
||||
"XOo@@O#+O@@@oooo@@@o ",
|
||||
"XOo@@O#+O@@o$$$o@@@o ",
|
||||
"Oo@@O++O@@o$$$$o@@o ",
|
||||
"Oo@@OOOO@@o.$$$o@@o ",
|
||||
"o@@@@@@@@o$$$$o@@o ",
|
||||
"oooooooooo oooo ",
|
||||
" "};
|
|
@ -0,0 +1,9 @@
|
|||
Object chess_club
|
||||
name chess club
|
||||
type 66
|
||||
face chess_club.111
|
||||
color_fg black
|
||||
no_pick 1
|
||||
editable 2
|
||||
visibility 100
|
||||
end
|
Loading…
Reference in New Issue