I have Pathfinding with moving obstacles so Astar isn't quite the right way but I think what I need I can get to work if I can update a matrix in my TiledMap on every step the PathModifier takes.
Is that possible?
There is onModifierStarted and onModifierFinished but there seems to be no "onModifierMove"?