Comments

Log in with itch.io to leave a comment.

(+1)

Cool art style and music, I only lack feedback from the enemies, you can't say if you hit them or not, or how much health they have left

(+1)

This is really cool. Love hwo there are multiple attacks! I unfrotunately hit an issue where I could not deal damage or take damage, and got stuck on the first fight :(

I'm not entirely sure what could cause this tbh, a different browser or refreshing the page might fix the issue. I'm glad you enjoyed the design at least!

(+1)

Nice job, the game looks promising. I really like the art style.

Just sharing in case you did not know. I faced the same issue with stuttering due to shader loading. What I did to prevent that is adding a node to the level scene using that same shader but hidden. That way the shader is also loaded when the level is loaded. It will take slightly longer to load but you will not experience stutters while playing.