# 2D Navigation Play Demo Demonstrates: Node2D, process(), draw(), Input mouse position, pathfinding. Click anywhere to move the character along the shortest path. Run: uv run python packages/graphics/examples/2d_navigation.py ## Source Code ```{literalinclude} ../../packages/graphics/examples/2d_navigation.py :language: python :linenos: ```