Quote:
Originally Posted by konidias
Just a little opinion here. Looks good but I think it might look better without numbers in every square. Why not just show the squares and have one number represented somewhere that shows how many steps it will take?
|
Could probably be done. Crystia is kinda on a hold of now, so I do stuff in my sparetime on there (Mainly working on the tactics engine).
I'll see if I can do something about that though (and the numbers are mostly for debugging). How the path finder works, is that it will it use that number you choose as how many steps it will max take. If you choose a square with number 8, it will find a path with max 8 steps. The path finder is quite flexible, because at the moment it only moves in 4 directions, but it could easily be done to make it work in 8 directions (Thus creating even shorter and faster paths..).