mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-18 08:29:29 -07:00
7 lines
243 B
C
7 lines
243 B
C
#define sbump_width 16
|
|
#define sbump_height 16
|
|
static char sbump_bits[] = {
|
|
0xaa,0xaa,0x5d,0x55,0xae,0xaa,0x57,0xd5,0xaa,0xaa,0x15,0x55,0x8a,0xaa,0x55,
|
|
0x5d,0xaa,0xaa,0x55,0x5d,0xaa,0xae,0xd5,0x57,0xaa,0xaa,0x55,0x15,0xaa,0x8a,
|
|
0x5d,0x55};
|