VanillaBean

cropPositions

Jan 26th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. -- using clock positions as reference.  "Home" is above the seed analyzer at
  2. -- the 6 o'clock positions.
  3.  
  4. cropPositions = {
  5.  
  6.     HOME = "Home",
  7.     CENTER = "Center",
  8.     NOON = "Noon",
  9.     NINE = "Nine",
  10.     THREE = "Three"
  11. }
  12.  
  13.  
  14. return cropPositions
Advertisement
Add Comment
Please, Sign In to add comment