SwarmBot
SwarmBot copied to clipboard
ladders don't work going up forward
They work backward but not forward. Why? Ladders have a collision box and are just being treated like water now (which is walk through). Right now the player goes through the middle of the block when ascending but at the end it will either need to go forward or backward. Going backward isn't an issue for collision as the player goes away from the ladder, however going forward will be an issue as the player will act like the ladder does not have a bounding box.