handleCollidables method

void handleCollidables()

Implementation

void handleCollidables() {
  collisionDetection(collidables);
}