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

Seems to work well.

I hope you'll be able to move and attack at the same time later.

Can only sprint some times, guess there's a hidden stamina bar.

Diagonal attacks?

The movement directional vector needs to be normalized, you move faster diagonally.

(1 edit)

I hope you'll be able to move and attack at the same time later.

Maybe I should make it like that? I was thinking for limited movement while attacking. I'll have to think about this again.

Can only sprint some times, guess there's a hidden stamina bar.

I don't know why, but the health and stamina bar don't show up unless you fullscreen the game. I don't have much previous experience with webgames so I'm not sure why it's like this. (Probably getting cut off by the aspect ratio?)

Diagonal attacks?

Yeah that's probably the next thing I'm going to work on. Gotta make diagonal movement sprites/animations.

The movement directional vector needs to be normalized, you move faster diagonally.

I must have messed up something in the code.

btw thanks for the feedback!