How many ways are there to create a hit box?
I have a Player
class, which has a sprite and I want an accurate hitbox for it.
How many ways are there to create a hit box?
I have a Player
class, which has a sprite and I want an accurate hitbox for it.