Vec2ExampleCode

From Crumbled World Wiki

Example

local vec = Vec2(2,9.2)
local anotherVec = vec + (Vec2(-2,-2) * 2)