diff --git a/_proofs/tiles/autotiles.md b/_proofs/tiles/autotiles.md index 09b590611..dd5615aea 100644 --- a/_proofs/tiles/autotiles.md +++ b/_proofs/tiles/autotiles.md @@ -32,7 +32,7 @@ There are 3 'flavors' of autotiling available: Why not just always use {% api flixel.tile.FlxTilemapAutoTiling.FULL %}? Your individual project may not need to do all 48 tile configurations, so sticking with just {% api flixel.tile.FlxTilemapAutoTiling.AUTO %} or {% api flixel.tile.FlxTilemapAutoTiling.ALT %} may cut down on the number of tiles you need to draw. -
customTileRemap to build your own auto-tiling map logic. This is especially useful if you want to use something like {% api flixel.addons.tile.FileTilemapExt %} to do slopes, as an example.customTileRemap to build your own auto-tiling map logic. This is especially useful if you want to use something like {% api flixel.addons.tile.FlxTilemapExt %} to do slopes, as an example.