lets-godot-roguelike
lets-godot-roguelike copied to clipboard
A* PathMap
We will write yet another global script, this time to handle the pathfinding for our soon-to-be Artificial Intelligence!
This script will utilize Godot's AStar class, and use some of its basic functions (so don't be scared!).