1 decade ago by methodmissing
I'm working on a top-down 2-d multiplayer action RPG game.
Is there a way to define multiple collision maps and choose on a per-entity basis which map the entity is currently interacting with?
I'd like to add some depth to the flat 2d plane, such as ramps, or bridges the entity can both walk over, and under. While on the bridge, the entity can't walk off the sides. While under it, the entity can't walk over the ends of the bridge.
Is there a way to define multiple collision maps and choose on a per-entity basis which map the entity is currently interacting with?
I'd like to add some depth to the flat 2d plane, such as ramps, or bridges the entity can both walk over, and under. While on the bridge, the entity can't walk off the sides. While under it, the entity can't walk over the ends of the bridge.