mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-22 10:29:30 -07:00
added buffalo.edu and martin@freaknet
This commit is contained in:
21
Bitmaps/freaknet.org/bitmaps/texture/bighex
Normal file
21
Bitmaps/freaknet.org/bitmaps/texture/bighex
Normal file
@@ -0,0 +1,21 @@
|
||||
#define bighex_width 16
|
||||
#define bighex_height 16
|
||||
static char bighex_bits[] = {
|
||||
0x10, 0x10,
|
||||
0x28, 0x28,
|
||||
0x44, 0x44,
|
||||
0x82, 0x82,
|
||||
0x01, 0x01,
|
||||
0x01, 0x01,
|
||||
0x01, 0x01,
|
||||
0x01, 0x01,
|
||||
0x01, 0x01,
|
||||
0x82, 0x82,
|
||||
0x44, 0x44,
|
||||
0x28, 0x28,
|
||||
0x10, 0x10,
|
||||
0x10, 0x10,
|
||||
0x10, 0x10,
|
||||
0x10, 0x10,
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user