![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | edgyneer |
I have a TileMap and an A* connected to it. When I change the position of my TileMap my tiles visually move, but my A* does not so I can move to a “tile” where there is nothing visually.
Is it possible to move my A* points, just as I move the position of my TileMap?
I ended up moving my Node2D scene, and then moving my tilemap in reverse direction.
edgyneer | 2023-06-09 11:37