mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-18 16:39:31 -07:00
add some stuff
This commit is contained in:
6
Bitmaps/thyssen/patterns/squared.xbm
Normal file
6
Bitmaps/thyssen/patterns/squared.xbm
Normal file
@@ -0,0 +1,6 @@
|
||||
#define player20_width 16
|
||||
#define player20_height 16
|
||||
static char player20_bits[] = {
|
||||
0x01, 0x01, 0x7d, 0x7d, 0x45, 0x45, 0x55, 0x55, 0x45, 0x45, 0x7d, 0x7d,
|
||||
0x01, 0x01, 0xff, 0xff, 0x01, 0x01, 0x7d, 0x7d, 0x45, 0x45, 0x55, 0x55,
|
||||
0x45, 0x45, 0x7d, 0x7d, 0x01, 0x01, 0xff, 0xff};
|
||||
Reference in New Issue
Block a user