flip method

void flip()

Implementation

void flip() {
  scale = Vector2(-_scale.x, -_scale.y);
}