Class DrawPlayer



    Purpose

    To draw players.

    Functionality

    Whe drawing a player, it will show different image depending on the direction the player is going and the motion of the player. Those different images are stored in the ImagePool
    . With this draw method, it will make the motion more smooth.

    See also

    ImagePool
    DrawRoom
    DrawDoor
    DrawItem




    [Go to Class Index Table] [Go back to Program Architecture Diagram]
    [Source Code of testDraw.java]