Skip to main content

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

yup, the collisions are very rough. I did the tower falling by tweening the tilemap layers, which can cause some issues since it’s technically just changing the position of the tilemap vs actually moving it progressively. I’ve done a bit more testing, and using static bodies works a lot better and causes less issues with the player model clipping.

Thanks, definitely will be back next month!