summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--motion.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/motion.lua b/motion.lua
index f862f0e..ab04244 100644
--- a/motion.lua
+++ b/motion.lua
@@ -4,7 +4,7 @@ for i,mod in ipairs{"kinetic","sensor","keyboard","glasses"} do
end
local hover = false
-local hstrength = 1.6
+local hstrength = 1.16
local vstrength = 4
local hdelta = 0.01
local vdelta = 0.2
@@ -13,7 +13,6 @@ local yaw, pitch = 0,0
local canvas = p.canvas()
canvas.clear()
local htext = canvas.addText({x=5,y=5}, tostring(hstrength))
-htext.setScale(3)
htext.setAlpha(0)
local vtext = canvas.addText({x=5,y=20}, tostring(vstrength))