retrace/Util/NodeGroupNotifier.tscn
karl c3301e15db Add NodeGroupNotifier to generalize PathNavigator
The NodeGroupNotifier notifies nodes within a specific group of the
existence of a specific Node. With this new node, the Navigation does
not need to be specifically assigned to the
PathNavigatorForKinematicBody, making it easier to use in different
scenarios.
2019-10-30 00:48:24 +01:00

7 lines
178 B
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://Util/NodeGroupNotifier.gd" type="Script" id=1]
[node name="NodeGroupNotifier" type="Node"]
script = ExtResource( 1 )