filpVertical method

void filpVertical()

Implementation

void filpVertical(){
  scale.x = -scale.x;
  updateTransform();
}