arch/shop/crea_serp_c.111

10 lines
537 B
Plaintext

#define spin_wheel_width 24
#define spin_wheel_height 24
static char spin_wheel_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0xc0, 0x0c, 0x00,
0x40, 0x08, 0x00, 0x20, 0x10, 0x00, 0x20, 0x10, 0x00, 0x10, 0x20, 0x00,
0x10, 0x62, 0x00, 0x10, 0xa2, 0x00, 0x10, 0xa1, 0x01, 0x20, 0x12, 0x01,
0x20, 0x12, 0x01, 0x40, 0x0a, 0x01, 0xc0, 0x0e, 0x01, 0x00, 0xc3, 0x0f,
0x80, 0xff, 0x07, 0x80, 0x07, 0x04, 0x80, 0x04, 0x04, 0x80, 0x04, 0x04,
0xc0, 0x04, 0x00, 0x40, 0x0c, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00};