flipHorizontal method

void flipHorizontal()

Implementation

void flipHorizontal(){
  scale.y = -scale.y;
  updateTransform();
}