tb1/tb1_linux/level3/game_sprites.h
Vince Weaver 137d2b45fd Move tb1 into its own subdir
I'm merging all the the tom bombem projects into one git tree
2012-12-18 21:24:06 -05:00

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
}
}
;