Need advice on collisions

CollisionHandlerEvent is useful as another way to filter collisions other than bitmasks. You can specify that an event will only be sent if the Into or From node has a certain tag. Found it useful for not having to process the CollisionHandlerQueue myself.