******************************************************************************
*                           Spryjinx Board Editor                            *
******************************************************************************
                                  SJBE.EXE  

        The Spryjinx Board Editor is used to create or edit ".dat" files
for use with Spryjinx.  The ".dat" file contains all the information for
a Spryjinx board.  By making your own ".dat" you can create your own
customized boards.

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

USAGE:
        sjbe [options] [filename]

        OPTIONS:
                -? or -h             - help screen
                -s filename          - specify sprite filename

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

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

MOUSE:
      - Click on the pad values on the right side of the screen with the left
        button to select a pad value.
      - Click on a pad with the left button to move the player to that pad.
      - Use left button to draw the board using the selected pad value.
      - Click the right button to change a pad's value to the selected pad
        value.
      - Use the left button to drag powerups:
          - from powerup list to a pad
          - from a pad to another pad
          - drag a powerup off the board
      - Move to the top of the board to scroll up.
      - Move to the bottom of the board to scroll down.

KEYBOARD:
        "?"                              -   help screen
        "Q"                              -   quit
	"Esc"                            -   redraw screen
        "Page Up"                        -   scroll up
	"Page Down"                      -   scroll down
        "L"                              -   load board data file
        "S"                              -   save board data file
        "A"                              -   save board data file as ...
        "N"                              -   new board data file
        "Spacebar"                       -   toggle drawing mode
        "P"                              -   change powerup
        "Ins"                            -   increase pad value
        "Del"                            -   decrease pad value
        "I"                              -   insert a new row
        "D"                              -   delete the current row
        "Z"                              -   zoom in / zoom out

        The player marks the pad that is currently being modified by the
        change powerup, increase pad value, and decrease pad value.
        The player marks the row that a row can be inserted after and a
        row that can be deleted.
        Toggle drawing mode and move the player to draw on the board.

NOTES:
        Board data files will be saved and loaded from the ".\dat" directory.
