Skip to main content

Version 5.1 upcoming changes

  • TpActionToTile and TpInputActionToTile:
    • Swiping support. If enabled, a swipe between two adjacent TPT tiles on the same tilemaps will swap the two tiles
    • Tweens the two tile sprites using TpTileUtils.SwapTiles
    • Includes a new callback: OnSwipe. Note that although the two tiles are swapped, they are not messaged. Hence the callback is required if something else has to happen.