Commit graph

2 commits

Author SHA1 Message Date
Starbeamrainbowlabs 1ae36d3898
Update tests to wea_c 2022-09-19 01:18:48 +01:00
Starbeamrainbowlabs 0fef39d707
Vector3: Implement __concat operator overloading
Now you can do this:

local v = wea.Vector3.new(3, 4, 5)
print(v.."yay")
2021-07-15 02:18:21 +01:00