Skip to content

12.2.0

Choose a tag to compare

@HexDecimal HexDecimal released this 10 Apr 03:09
12.2.0
6ccbb3a

Added

  • Added tcod.noise.Algorithm and tcod.noise.Implementation enums.
  • Added tcod.noise.grid helper function.

Deprecated

  • The non-enum noise implementation names have been deprecated.

Fixed

  • Indexing Noise classes now works with the FBM implementation.