Gravity: "c" | "n" | "e" | "s" | "w" | "ne" | "se" | "sw" | "nw"

Gravity positions for crops.

  • c Center (x: center, y: center)
  • n North (x: center, y: top)
  • e East (x: right, y: center)
  • s South (x: center, y: bottom)
  • w West (x: left, y: center)
  • ne North East (x: right, y: top)
  • se South East (x: right, y: bottom)
  • sw South West (x: left, y: bottom)
  • nw North West (x: left, y: top)

Generated using TypeDoc