mirror of https://github.com/teverse/teverse
Compare commits
2 Commits
ebb379f010
...
64c7894bef
Author | SHA1 | Date |
---|---|---|
Jay | 64c7894bef | |
Jay | 46de27b588 |
|
@ -125,12 +125,6 @@ return {
|
|||
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()
|
||||
gridGuideline.size = vector3(300, 0.1, 300)
|
||||
|
||||
|
|
Loading…
Reference in New Issue