1
0
mirror of https://github.com/teverse/teverse synced 2025-08-25 15:44:46 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Jay
64c7894bef scale 2019-12-31 17:52:13 +00:00
Jay
46de27b588 test 2019-12-31 17:47:44 +00:00

View File

@ -125,12 +125,6 @@ return {
workshopLocked = true workshopLocked = true
}) })
if (axis == "x" and i == -1) or
(axis == "y" and i == 1) or
(axis == "z" and i == 1) then
handle.mesh = "primitive:sphere"
end
handle:mouseLeftPressed(function() handle:mouseLeftPressed(function()
gridGuideline.size = vector3(300, 0.1, 300) gridGuideline.size = vector3(300, 0.1, 300)