On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

I like all the animations in a single sprite sheet, but as FearCode said, it's best if they are aligned correctly. That is that each animation fits into the same frame area, normally it should be some even multiple of 16 even if the animation has oblong dimensions. For example if the animation happens to be 58x60 at one frame and 54x62 in another and so on, then each frame should be aligned at 64x64 with the animation centered.

So I'm thinking of putting the attack state(all directions) in 64x64  like you said. Maybe I should just set it that way in other state too to make it uniform. As well as putting each state to their own files to make it organize . Thanks :D 

(+1)

Yes, if you can put all the animations in the same dimensions that would be best. And yes, to please most kinds of devs, you could have a sprite sheet and also each frame as separated files. I will definitely check out your art when it's done.  :)