AgoutiGames / RawSalmonEngine

A game engine utilising "Tiled" map files
GNU Lesser General Public License v3.0
17 stars 1 forks source link

Add option to temporarily disable collision of actors #105

Open VectorWolf opened 4 years ago

VectorWolf commented 4 years ago

Currently we can only kind of mute collisions on one end. If we could disable it (by adding another bool to each actor and test against it at each collision check) it would come in handy pretty often.