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.
7 lines
178 B
Plaintext
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 )
|