home *** CD-ROM | disk | FTP | other *** search
- /*******************************************************************************
- *
- * (c) Copyright 1993 Commodore-Amiga, Inc. All rights reserved.
- *
- * This software is provided as-is and is subject to change; no warranties
- * are made. All use is at your own risk. No liability or responsibility
- * is assumed.
- *
- * sprites.h - header for the sprites
- *
- ******************************************************************************/
-
- #include <graphics/gfx.h>
-
- #define XHAIRWIDTH 64
- #define XHAIRHEIGHT 11
-
- #define XHAIRXOFFSET -4
- #define XHAIRYOFFSET -5
-
- #define SPRITE_XRESN POINTERXRESN_140NS
- #define SPRITE_YRESN POINTERYRESN_SCREENRES
-
- #define MISSILE_COUNT 1
- #define SPRITE_COUNT MISSILE_COUNT
-
- #define MISSILEWIDTH XHAIRWIDTH
- #define MISSILEHEIGHT 2
- #define MISSILESPRITENUM 1
-