Vec2ExampleCode

From Crumbled World Wiki
Revision as of 07:52, 6 July 2025 by Anders (talk | contribs) (Created page with "==Example== <syntaxhighlight lang="lua"> local vec = Vec2(2,9.2) local anotherVec = vec + (Vec2(-2,-2) * 2) </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Example

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