rhysstever/FightingGame2D

Directional Attacks

Opened this issue · 0 comments

Give the players 4 more types of attacks: Up + Attack, Down + Attack, Left + Attack, and Right + Attack. This would likely be done by moving the attackPoint child object within each player based on the directional move input the player is inputing.

This would require animations for each new attack for each playable character.