Releases: kelindar/tile
Releases · kelindar/tile
v1.6.1
v1.6.0
v1.5.0
v1.4.0
v1.3.0
v1.2.3
v1.2.2
v1.2.1
This PR fixes MoveBy()
function as north and south directions were flipped.
Full Changelog: v1.2.0...v1.2.1
v1.2.0
This release adds a Direction
enumeration as well as Point.Move(Direction) Point
and Point.MoveBy(Direction, int16) Point
which allows to translate a point to a certain direction.
What's Changed
Full Changelog: v1.1.0...v1.2.0