Changelog:
- Added Conveyor Belts, which move anything on them in one direction.
- Revised how object velocity is handled with respect to object collisions.
- Added an animation for disappearing locked doors.
- Fixed a bug where loading a saved game, exiting to the menu, then starting a new game could start you with the wrong tileset.
- Fixed a bug where loading a saved game, exiting to the menu, then starting a new game could cause the camera to start oddly zoomed out.
- Smoothed out the camera zoom animation.
Let's say there's an L-shaped section of conveyor belts. If two blocks are moving through this and they're close enough, one will run into the other at the turn. Previously, both blocks would get stuck and stop moving. With this new change, objects only stop moving when they collide and are moving towards the other object. Thus, in our L-shaped conveyor belt, the second block will stop until the first one moves, then it will continue. The first block was never moving towards the second, so it shouldn't suddenly stop.
No comments:
Post a Comment