SKTiled v1.07 Release Notes

Release Date: 2017-03-07 // about 7 years ago
  • ๐Ÿ”„ Changes

    • โž• add SKTilemapDelegate methods callbacks:
      • didBeginParsing, didAddTileset, didAddLayer, didReadMap
      • add default implementations via extension
    • ๐Ÿ‘‰ tweaks to GCD rendering
    • now SKTiledScene conforms to SKTilemapDelegate & SKTiledSceneDelegate protocols
    • ๐Ÿ“š documentation update
    • โž• add SKTileset.setDataTexture method to replace tileset data texture
    • โž• add SKColor.hexString function
    • โž• add SKTilemap background color sprite
    • ๐Ÿ”„ change access control of some functions & extensions
    • โšก๏ธ update Xcode project for Carthage support
    • ๐Ÿ“š update documentation with CocoaPods instructions