Vec2ExampleCode: Difference between revisions
From Crumbled World Wiki
(Created page with "==Example== <syntaxhighlight lang="lua"> local vec = Vec2(2,9.2) local anotherVec = vec + (Vec2(-2,-2) * 2) </syntaxhighlight>") |
(No difference)
|
Latest revision as of 07:52, 6 July 2025
Example
local vec = Vec2(2,9.2)
local anotherVec = vec + (Vec2(-2,-2) * 2)