about summary refs log tree commit diff stats
path: root/edit.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-07-12 21:38:29 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-07-12 21:41:09 -0700
commit307e875c1c7cee60e3a07e3d7bf4f2bf79066d02 (patch)
treecdedfdcdd1380a0da8aaf5ef3eef847ac1ed0a6c /edit.lua
parent3dd5413dbf4f7e875195a1caf22635302205f799 (diff)
downloadlines.love-307e875c1c7cee60e3a07e3d7bf4f2bf79066d02.tar.gz
correct a mis-named threshold
Diffstat (limited to 'edit.lua')
-rw-r--r--edit.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/edit.lua b/edit.lua
index d022ac1..f4285b2 100644
--- a/edit.lua
+++ b/edit.lua
@@ -14,6 +14,8 @@ Margin_top = 15
 Margin_left = 25
 Margin_right = 25
 
+Same_point_distance = 4  -- pixel distance at which two points are considered the same
+
 utf8 = require 'utf8'
 
 require 'file'