Post #51: translate()
Today I learned more about the translate() function. You can find docs here!
If you look at the link above, you'll notice that the translate function accepts a Vector2 as its only parameter. That means you need to specify the location you want to move something to (the x and y coordinates).
The part that's not clear to me though, is how often is this function called / executed? That will also impact the speed of something moving from point A to point B.