diff options
| author | rebecca <ubq323@ubq323.website> | 2026-02-28 23:36:32 +0000 |
|---|---|---|
| committer | rebecca <ubq323@ubq323.website> | 2026-02-28 23:36:32 +0000 |
| commit | 3dd7834f963ba990bec83380815b54c7a6fdc1c3 (patch) | |
| tree | 267a31aed2a8078e19008476ba30c8c381772698 /motion.lua | |
| parent | 0aeffbbc6fe501582085218a19263eaaea5d981a (diff) | |
motion
Diffstat (limited to 'motion.lua')
| -rw-r--r-- | motion.lua | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,7 +21,8 @@ local function strengthclamp(x) return math.max(math.min(x,4),0) end parallel.waitForAny( function() while true do - if hover then p.launch(0,-90,vstrength) end + if hover then p.launch(0,-90,vstrength) + else os.sleep(0) end end end, function() while true do vtext.setText(tostring(vstrength)) |
