Is there a way I can set the length of a vector only in the horizontal direction. I'm making a game where I need to use vectors to move left, right, up, and down, but every time I need to set the length of a vector only in the horizontal direction, it also moves it up.

