Flying enemies and walls

Started by wizard_wizzle (aka ZeldaHistorian), April 14, 2016, 02:48:15 PM

Previous topic - Next topic
I have enemies where I've set enemy:set_obstacle_behavior("flying") and enemy:set_layer_independent_collisions(true) that are traversing walls that are set to block enemies - is this the expected behavior? Is there a way I can change this if it is?

No, if this is confirmed this is a bug.

April 15, 2016, 03:33:31 AM #2 Last Edit: April 15, 2016, 03:39:41 AM by wrightmat
Nevermind! I stupidly hadn't realized that I had written set_ignore_obstacles(true) on one of the motions.