mirror of
https://github.com/teverse/teverse
synced 2025-08-25 15:44:46 +02:00
Compare commits
No commits in common. "64c7894befdd2eb0894949bc3bd214277adbdc69" and "ebb379f0108852baca44b7de2824d4a50dbd0a95" have entirely different histories.
64c7894bef
...
ebb379f010
@ -125,6 +125,12 @@ 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…
x
Reference in New Issue
Block a user