Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
New bitmap for icon.
- To:
- Subject: New bitmap for icon.
- From: Tero Jyri Michael Pelander <>
- Date: Wed, 8 Jun 1994 19:38:11 +0300
Crossfire 0.91.1, server icon
When you iconize the server you see a picture that shows two crossed swords.
The problem is that the size of the picture that is shown is 48x48 but the
picture that crossfire tries to show is 60x60.
Here is a replacement picture that would fit fine. Replace the
include/bitmamaps.h with this to use it. It is basically just ripped of the
crosedit and removed the EDIT text in the center. I'm including an other
bitmap too that has the same swords and text "crossfire" on them. Chose
what you want to use.
#define crossfire_width 48
#define crossfire_height 48
static char crossfire_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0xf0, 0x00, 0x00, 0x00, 0x00, 0x0f, 0xb0, 0x01, 0x00, 0x00, 0x80, 0x0f,
0x70, 0x03, 0x00, 0x00, 0xc0, 0x0b, 0xf0, 0x06, 0x00, 0x00, 0xe0, 0x0d,
0xe0, 0x0d, 0x00, 0x00, 0xf0, 0x06, 0xc0, 0x1b, 0x00, 0x00, 0x78, 0x03,
0x80, 0x37, 0x00, 0x00, 0xbc, 0x01, 0x00, 0x6f, 0x00, 0x00, 0xde, 0x00,
0x00, 0xde, 0x00, 0x00, 0x6f, 0x00, 0x00, 0xbc, 0x01, 0x80, 0x37, 0x00,
0x00, 0x78, 0x03, 0xc0, 0x1b, 0x00, 0x00, 0xf0, 0x06, 0xe0, 0x0d, 0x00,
0x00, 0xe0, 0x0d, 0xf0, 0x06, 0x00, 0x00, 0xc0, 0x1b, 0x78, 0x03, 0x00,
0x00, 0x80, 0x37, 0xbc, 0x01, 0x00, 0x00, 0x00, 0x6f, 0xde, 0x00, 0x00,
0x00, 0x00, 0xde, 0x6f, 0x00, 0x00, 0x00, 0x00, 0xbc, 0x37, 0x00, 0x00,
0x00, 0x00, 0xf8, 0x1b, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x0d, 0x00, 0x00,
0x00, 0x00, 0xf0, 0x0e, 0x00, 0x00, 0x00, 0x00, 0x78, 0x1b, 0x00, 0x00,
0x00, 0x00, 0xbc, 0x37, 0x00, 0x00, 0x00, 0x00, 0xde, 0x6f, 0x00, 0x00,
0x00, 0x00, 0x6f, 0xde, 0x00, 0x00, 0x00, 0x80, 0x37, 0xbc, 0x01, 0x00,
0x00, 0xc0, 0x1b, 0x78, 0x03, 0x00, 0x00, 0xe0, 0x0d, 0xf0, 0x06, 0x00,
0x00, 0xf0, 0x06, 0xe0, 0x0d, 0x00, 0x00, 0x79, 0x03, 0xc0, 0x9b, 0x00,
0x80, 0xbf, 0x01, 0x80, 0xf7, 0x01, 0xc0, 0xdf, 0x00, 0x00, 0xef, 0x03,
0x80, 0x6f, 0x00, 0x00, 0xfe, 0x01, 0x80, 0x3f, 0x00, 0x00, 0xfc, 0x00,
0xc0, 0x3f, 0x00, 0x00, 0x7c, 0x03, 0xe0, 0x7d, 0x00, 0x00, 0xfe, 0x07,
0xf0, 0x3b, 0x00, 0x00, 0xfc, 0x0f, 0xf8, 0x13, 0x00, 0x00, 0xc8, 0x1f,
0xfc, 0x01, 0x00, 0x00, 0x80, 0x3f, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x1f,
0x70, 0x00, 0x00, 0x00, 0x00, 0x0e, 0x20, 0x00, 0x00, 0x00, 0x00, 0x04,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
/* The other possible crossfire icon. This one has text "crossfire" on top
of swords. */
#define crossfire_width 48
#define crossfire_height 48
static char crossfire_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0xf0, 0x00, 0x00, 0x00, 0x00, 0x0f, 0xb0, 0x01, 0x00, 0x00, 0x80, 0x0f,
0x70, 0x03, 0x00, 0x00, 0xc0, 0x0b, 0xf0, 0x06, 0x00, 0x00, 0xe0, 0x0d,
0xe0, 0x0d, 0x00, 0x00, 0xf0, 0x06, 0xc0, 0x1b, 0x00, 0x00, 0x78, 0x03,
0x80, 0x37, 0x00, 0x00, 0xbc, 0x01, 0x00, 0x6f, 0x00, 0x00, 0xde, 0x00,
0x00, 0xde, 0x00, 0x00, 0x6f, 0x00, 0x00, 0xbc, 0x01, 0x80, 0x37, 0x00,
0x00, 0x78, 0x03, 0xc0, 0x1b, 0x00, 0x00, 0xf0, 0x06, 0xe0, 0x0d, 0x00,
0x00, 0xe0, 0x0d, 0xf0, 0x06, 0x00, 0x00, 0xc0, 0x1b, 0x78, 0x03, 0x00,
0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x30, 0xc7, 0x18, 0xf3, 0x3a, 0x0f,
0x48, 0x29, 0xa5, 0x14, 0x4a, 0x01, 0x48, 0x29, 0x85, 0x10, 0x4a, 0x01,
0x08, 0x29, 0x85, 0x10, 0x4a, 0x01, 0x08, 0x27, 0x19, 0x73, 0x3a, 0x07,
0x08, 0x25, 0x21, 0x14, 0x2a, 0x01, 0x48, 0x29, 0x21, 0x14, 0x4a, 0x01,
0x48, 0x29, 0xa5, 0x14, 0x4a, 0x01, 0x30, 0xc9, 0x18, 0x53, 0x4a, 0x0f,
0x00, 0x00, 0x42, 0xc0, 0x00, 0x00, 0x00, 0x80, 0x37, 0xbc, 0x01, 0x00,
0x00, 0xc0, 0x1b, 0x78, 0x03, 0x00, 0x00, 0xe0, 0x0d, 0xf0, 0x06, 0x00,
0x00, 0xf0, 0x06, 0xe0, 0x0d, 0x00, 0x00, 0x79, 0x03, 0xc0, 0x9b, 0x00,
0x80, 0xbf, 0x01, 0x80, 0xf7, 0x01, 0xc0, 0xdf, 0x00, 0x00, 0xef, 0x03,
0x80, 0x6f, 0x00, 0x00, 0xfe, 0x01, 0x80, 0x3f, 0x00, 0x00, 0xfc, 0x01,
0xc0, 0x3f, 0x00, 0x00, 0xfc, 0x03, 0xe0, 0x7d, 0x00, 0x00, 0xbe, 0x07,
0xf0, 0x3b, 0x00, 0x00, 0xdc, 0x0f, 0xf8, 0x13, 0x00, 0x00, 0xc8, 0x1f,
0xfc, 0x01, 0x00, 0x00, 0x80, 0x3f, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x1f,
0x70, 0x00, 0x00, 0x00, 0x00, 0x0e, 0x20, 0x00, 0x00, 0x00, 0x00, 0x04,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};