diff options
| author | rebecca <ubq323@ubq323.website> | 2026-02-28 23:38:15 +0000 |
|---|---|---|
| committer | rebecca <ubq323@ubq323.website> | 2026-02-28 23:38:15 +0000 |
| commit | 839308d2e8d646d85485bc95db877903bf5674b3 (patch) | |
| tree | 3d2e4e90871b9f7b5d443238fc82a024998d5ad8 /motion.lua | |
| parent | 6c2591329e7c3e94150ee0a3abcf2ffc4183e760 (diff) | |
motion
Diffstat (limited to 'motion.lua')
| -rw-r--r-- | motion.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ parallel.waitForAny( local _,key = os.pullEvent"key" if key == 265 then hstrength=hstrength+hdelta elseif key == 264 then hstrength=hstrength-hdelta - elseif key == 262 then vstrength=vstrength+vdelta + elseif key == 262 then vstrength=vstrength-vdelta elseif key == 263 then vstrength=vstrength+vdelta elseif key == 67 then p.launch(yaw, pitch, vstrength) elseif key == 86 then hover = not hover |
