In this lesson we made a maze area to traverse and restart based on the player leaving the bounds of the maze. Due to the engine this makes it so that it only resets once the entire hit box leaves. Changing the collision box type to segment and connecting to body_entered instead works. This is hard to search but I am wondering if that is the correct solution or if the maze design should be inverted to use walls instead (if I want it to be if the edge of the saucer touches the out of bounds).
Any opinions / best practices?