Fun bug: movement on tight corners stutters because the next point is closer to the character than its movement speed per tick. I'll try to fix this by having a movement budget that is consumed while moving, so navigation can traverse multiple nodes if they're close together. #golang #gamedev
5 likes 1 replies
?