hexyz is tower defense game, and a lua library for dealing with hexagonal grids
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 lines
113 B

4 years ago
  1. -- nice curve, f(0) = ~1.1, f(100) = ~100, exponential slope roughly inbetween
  2. -- math.exp((x + 1)/22) / 100
  3. --