1 decade ago by SnakePlissken
So coming across a problem in which I need to place a few entities in front of my main BackgroundMap. These entities have to use collision however just on themselves and not the map tiles in the background. Currently the Map tiles are causing me trouble and would like to be able to toggle them off and on.
My first thought would be to store the collisionMap data in an array then delete that tile data where the entities would go then replace it back when the entities went away.
So I have to ask is there another way to accomplish this process by layering collision maps or something to that extent. Thanks.
My first thought would be to store the collisionMap data in an array then delete that tile data where the entities would go then replace it back when the entities went away.
So I have to ask is there another way to accomplish this process by layering collision maps or something to that extent. Thanks.