Scale vector (multiply by value)
v = [3, 4] result = raylib.Vector2Scale(v, 2) print result // [6, 8]
There was an error while loading. Please reload this page.