summaryrefslogtreecommitdiff
path: root/mechanics.py
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2015-09-01 18:14:37 +0200
committerFlorian Jung <flo@windfisch.org>2015-09-01 18:14:37 +0200
commit738d057c6da4aaca7516158db55f3553a03cf189 (patch)
treecc2cd7cb0fbfc8b7b79b364cf478d1dc4b75a5ad /mechanics.py
parent4251e85c172f57c39bdfa244e945578eb450926d (diff)
better "can i safely feed" estimation
Diffstat (limited to 'mechanics.py')
-rw-r--r--mechanics.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mechanics.py b/mechanics.py
index 1f9d5cc..5f2254b 100644
--- a/mechanics.py
+++ b/mechanics.py
@@ -4,3 +4,4 @@ def speed(size):
def viewport_diag(sizesum):
return 370 * max(sizesum,70)**0.431776
+eject_delta = 22 # how many degrees do ejects deviate from the original direction (maximum)