Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi, I bought this a while ago when I was just getting started and I love it but, now that I'm fleshing out my game more I've noticed a few issues. First, Big/Small/4 Leg/No step tags don't seem to have any impact on actors or events whatsoever. All steps print the same size regardless, and yes my map is tagged appropriately.


Second, you say that more blocks can be added to the sprite sheet, but isn't this rather useless considering you can only have a maximum of 8 Anim parameter entries? I thought it would be fairly straightforward to add more, but the code is all in a big jumble at the bottom of the js, and I don't feel comfortable attempting to modify it. If there is an easier way to add more Anim entries that I've overlooked, please let me know.


Third, this is merely an observation I'm not sure could even be fixed, but when tiles are marked with a star to appear above the player, footstep animations still appear cut off/sticking out from any side that isn't also a star tile due to the offset of the anim. The only workaround for this that I can think of is using straight step + making sure the anim doesn't go below the actor's position on any given tile, but it ends up looking unappealing. I can't even make a separate, trimmed version of the affected footstep just for those star tiles because it would be wasting one of the precious 8 Anim blocks...