diff options
Diffstat (limited to 'motion.lua')
| -rw-r--r-- | motion.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -29,8 +29,8 @@ parallel.waitForAny( local _,key = os.pullEvent"key" if key == 265 then vstrength=vstrength+vdelta elseif key == 264 then vstrength=vstrength-vdelta - elseif key == 262 then hstrength=hstrength-hdelta - elseif key == 263 then hstrength=hstrength+hdelta + elseif key == 263 then hstrength=hstrength-hdelta + elseif key == 262 then hstrength=hstrength+hdelta elseif key == 67 then p.launch(yaw, pitch, hstrength) elseif key == 88 then p.launch(yaw, 0, hstrength) elseif key == 86 then vover = not vover |
