home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD1.bin
/
new
/
gfx
/
edit
/
tsmorph
/
src
/
cursor
/
xone.c
< prev
next >
Wrap
C/C++ Source or Header
|
1993-05-02
|
2KB
|
40 lines
#include <exec/types.h>
/*----- Sprite format: h = 32 ------ */
/*--Sprite containing lower order two planes: */
UWORD __chip One[68] = {
0x0000, 0x0000, /* VStart, VStop */
0x4000, 0x4000, /* .@.............. */
0x8000, 0x4000, /* oO.............. */
0x0000, 0x0000, /* ................ */
0x0000, 0x0000, /* ................ */
0x645e, 0x645e, /* .@@..@...@.@@@@. */
0xb67f, 0x9650, /* @.o@.@@..@o@oooo */
0xdf7c, 0x955c, /* @o.@o@o@.@o@@@.. */
0xdefe, 0x94d0, /* @o.@o@o.@@o@ooo. */
0x6e7e, 0x645e, /* .@@.o@o..@o@@@@. */
0x322f, 0x0000, /* ..oo..o...o.oooo */
0x0000, 0x0000, /* ................ */
0x0000, 0x0000, /* ................ */
0x0000, 0x0000, /* ................ */
0x0000, 0x0000, /* ................ */
0x0000, 0x0000, /* ................ */
0x0000, 0x0000, /* ................ */
0x0000, 0x0000, /* ................ */
0x0000, 0x0000, /* ................ */
0x0000, 0x0000, /* ................ */
0x0000, 0x0000, /* ................ */
0x0000, 0x0000, /* ................ */
0x0000, 0x0000, /* ................ */
0x0000, 0x0000, /* ................ */
0x0000, 0x0000, /* ................ */
0x0000, 0x0000, /* ................ */
0x0000, 0x0000, /* ................ */
0x0000, 0x0000, /* ................ */
0x0000, 0x0000, /* ................ */
0x0000, 0x0000, /* ................ */
0x0000, 0x0000, /* ................ */
0x0000, 0x0000, /* ................ */
0x0000, 0x0000, /* ................ */
0x0000, 0x0000 }; /* End of Sprite */