Class | Description |
---|---|
AttackData |
The class dealing with data on the attack such as damage amount and required
energy amount.
|
CharacterData |
The class dealing with data on the character such as the character's HP,
energy, coordinates.
|
FrameData |
The class dealing with the information in the game such as the current frame
number, number of rounds and character information.
|
GameData |
The class dealing with invariable information in the game such as the screen
width of the stage and the chatacter's maximum HP.
|
HitArea |
The class dealing with information on the area of the character and the
attack hit box.
|
Key |
The class dealing with all possible keys used in the game.
|
MotionData |
The class dealing with invariable information in the game concerning motions,
such as the motion name and energy amount.
|
ScreenData |
The class dealing with the screen information such as the game screen's image
and the background color.
|