GDQuest / godot-steering-ai-framework

A complete framework for Godot to create beautiful and complex AI motion. Works both in 2D and in 3D.
http://gdquest.com/docs/godot-steering-ai-framework
MIT License
1.15k stars 78 forks source link

The arrive demo's UI doesn't scale #26

Closed NathanLovato closed 4 years ago

NathanLovato commented 4 years ago

This is because the demo has a Node2D as its root node. It needs refactoring to move the drawing code away from the scene's root node.