Skip to content

v2.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Mar 22:56
· 48 commits to main since this release
d187b9c

Godot minimum version GitHub Downloads (all assets, all releases)

Minor Changes

  • 7fc7a51: Added method cube_outlines to generate outline for a group of hex cells.
  • cfd2915: Added method cube_explore to explores hexes from a starting point based on filter and traversal conditions.

Patch Changes

  • b8e2a6b: Renamed various variables and added @warning_ignore where needed to suppress warnings.
  • afecf5f: Added missing documentation about TileShape class.
  • d88bbf0: Fixed Vector2 return order in function geometry_horizontal_tile_corners to match the vertical version