Skip to content
  • Florian Schröder's avatar
    0a8e0367
    Refactor player movement and remove collision detection · 0a8e0367
    Florian Schröder authored
    The Overcooked environment module has been refactored to better handle player movements. The previously existing detect_collision function and its helper functions have been removed as they were no longer needed. Similarly, all the player speed values have been updated to reference a singular player_movement_speed attribute. The changes aimed to improve code readability, enforce unified player speeds, and remove redundant collision detection.
    0a8e0367
    Refactor player movement and remove collision detection
    Florian Schröder authored
    The Overcooked environment module has been refactored to better handle player movements. The previously existing detect_collision function and its helper functions have been removed as they were no longer needed. Similarly, all the player speed values have been updated to reference a singular player_movement_speed attribute. The changes aimed to improve code readability, enforce unified player speeds, and remove redundant collision detection.
Loading