******************************************************************************
*                           Spryjinx Sprite Editor                           *
******************************************************************************
                                 SPRYTED.EXE

        The Spryjinx Sprite Editor is used to create or edit ".spr" files
for use with Spryjinx.  The ".spr" file contains all the sprites for still
frames and animations in the game.  By making your own sprite file you can
have your own characters and objects in the game.

------------------------------------------------------------------------------

USAGE:
        spryted [options] [filename]

        OPTIONS:
                -? or -h     help screen

        FILENAME:
                The name of the sprite file to open.
                If no filename is specified a new sprite file will be opened.

------------------------------------------------------------------------------

MOUSE:
      - Use the mouse to do drawing and to select the colors for the left and
        right buttons.
      - Click the left button on the palette to change the left button color.
      - Click the right button on the palette tochange the right button color.

KEYBOARD:
        "?"                              -   help screen
        "Q"                              -   quit
        "Page Up" & "Page Down"          -   move between sprites
        "+" & "-"                        -   move between frames
        "L"                              -   load sprite file
        "S"                              -   save sprite file
        "A"                              -   save sprite file as ...
        "N"                              -   new sprite file
        "Spacebar"                       -   toggle drawing mode
        "C"                              -   copy frame
        "P"                              -   paste frame

DRAWING MODE:
        Default Drawing Mode
              - Draw with the color of the button you press.
        Color Change Mode
              - Change the color of pixels that are the primary color of the
                other button to the primary color of the button you press
                while preserving the correct shade.
        Get Color Mode
              - Click the left button on the sprite to change the left button
                color.
              - Click the right button on the sprite to change the right
                button color.
