From 44edca669853dcf7f33d402a5f3809445d1f2075 Mon Sep 17 00:00:00 2001 From: rebecca Date: Sun, 1 Mar 2026 00:07:59 +0000 Subject: motion --- motion.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'motion.lua') diff --git a/motion.lua b/motion.lua index f99399e..2cde6a3 100644 --- a/motion.lua +++ b/motion.lua @@ -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 -- cgit v1.2.3