Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

1) crossbow ... maybe. I wanted to set the player to 32x32, interchangeable, which means that the size and center and shooting points are fixed, so if I changed the player it would be more useful if it stayed that way, if not then your version ... logical but then we'll see.
2) I noticed, the music is too loud. Since we are not musicians and the music is streamed and free, it is difficult to find passing music. It was decided shortly before the upload which of the options fit better but I only focused on the beat, not the volume.
3) Pop-ups are caused by the fact that the difference between the full image (352x288) and the visible frame (320x256) is 32 pixels, and the object only appears when its center is placed on the map, so when the blitter object is roughly higher than this 32 pixels, the object is  displayed suddenly. My problem with this is that the way I could solve it at the moment would couse slowdown  and laggs as I would have to deal with a larger image area.

...most things wouldn’t be a problem if we had already done something similar and/or knew how to handle as a whole before we implement something new in an already existing system.