Special Tiles
TpBundleTile
BundleTileTpBundleTile loads a TileBundle to the Tile's parent Tilemap.
This tile has a custom editor, use it to set up the Matrix via inspecting the project asset.
Immortalizer
TpImmortalizer tiles may be painted into a Zone (ie a square area of a particular size eg 8x8, 16x16 etc) to mark that Zone as Immortal when used with the Layout system. It's not useful outside of that environment.
ImmortalizerNote that this tile is a convenience, but the implementation is part of your app, see the Layout for an example.