mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-23 10:59:30 -07:00
added buffalo.edu and martin@freaknet
This commit is contained in:
21
Bitmaps/freaknet.org/bitmaps/texture/ubalu
Normal file
21
Bitmaps/freaknet.org/bitmaps/texture/ubalu
Normal file
@@ -0,0 +1,21 @@
|
||||
#define ubalu_width 16
|
||||
#define ubalu_height 16
|
||||
static char ubalu_bits[] = {
|
||||
0x09, 0xfc,
|
||||
0x09, 0x04,
|
||||
0xf9, 0x04,
|
||||
0x81, 0xe4,
|
||||
0x81, 0x27,
|
||||
0x9f, 0x20,
|
||||
0x90, 0x20,
|
||||
0x90, 0x3f,
|
||||
0xfc, 0x09,
|
||||
0x04, 0x09,
|
||||
0x04, 0xf9,
|
||||
0xe4, 0x81,
|
||||
0x27, 0x81,
|
||||
0x20, 0x9f,
|
||||
0x20, 0x90,
|
||||
0x3f, 0x90,
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user