mirror of
https://github.com/deater/tb1.git
synced 2025-01-20 17:32:19 +00:00
137d2b45fd
I'm merging all the the tom bombem projects into one git tree
37 lines
200 B
C
37 lines
200 B
C
char tom_sprite[1][1]=
|
|
{
|
|
{ 0x9}
|
|
}
|
|
;
|
|
|
|
|
|
char wall[1][1]=
|
|
{
|
|
{ 0x7}
|
|
}
|
|
;
|
|
|
|
char gun[1][1]=
|
|
{
|
|
{
|
|
0x3
|
|
}
|
|
}
|
|
;
|
|
|
|
char door[1][1]=
|
|
{
|
|
{
|
|
0xb
|
|
}
|
|
}
|
|
;
|
|
|
|
char wisp[1][1]=
|
|
{
|
|
{
|
|
0xe
|
|
}
|
|
}
|
|
;
|