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

The animations in this are so cool and well done. I enjoyed the brief story as well! I noticed some visual bugs but was still able to enjoy the game. I am really impressed this was built in phaser. I was working on getting a charge bar to follow my player character too but I couldn't figure it out. Great work!

(+1)

Thanks ! 

For the bar the tip is to set its position by the player position like (player.x, player.y-10), and to update its position with the player.

I had difficulties stabilizing the position of the bar with the animations because the sprite changes size. And with the deadline approaching, I didn’t have time to make my spaghetti code reliable, haha.