hello bud, this is super easy... the easy things are normally the most difficult to solve...
just set the scale of the whole node to minus i.e. if the scale is 3 then set self.scale = Vector2(-3, 3)
this will flip the whole node, any movement will also be flipped too i.e. speed = -speed
hope this helps