summaryrefslogtreecommitdiff
path: root/scene/2d/navigation_link_2d.cpp
AgeCommit message (Collapse)Author
2022-12-10Enable assigning an owner to navigation regions and linksJosh Jones
This allows users of the server APIs to get back the nodes that created certain regions and links.
2022-09-19Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron
2022-09-07handled edge case where navigation_link_2d is outside of the tree when ↵Trashtalk
calling _edit_get_rect()
2022-09-02Fix build after merge of #63479Rémi Verschelde
2022-08-26Added node for Navigation linksJosh Jones