Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
Compare
Choose a tag to compare
@krnlexception krnlexception released this 01 May 11:44
· 2 commits to main since this release

New features

  • Polyline support
  • Object types, accessed by TiledObject.Type

Fixes

  • TiledLayer.Parrallax renamed to TiledLayer.Parallax
  • Changed TiledLayer.Offset, TiledLayer.Parallax and TiledImage.Source to properties

Removed

  • Size, all usages of it were replaced with System.Numerics.Vector2
  • TiledObject.Ellipse and TiledObject.Point, replaced with object types