mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-16 15:33:47 +00:00
Added collision mask for navigation provider
This commit is contained in:
parent
f32a347f48
commit
1f6c881b92
3 changed files with 7 additions and 3 deletions
|
|
@ -257,6 +257,7 @@ Ai = 0
|
|||
[node name="NavigationMovementProvider" type="Node2D" parent="." node_paths=PackedStringArray("_playerDetection")]
|
||||
script = ExtResource("7_fvl12")
|
||||
_navigationEnabled = true
|
||||
CollisionMask = 81
|
||||
_playerDetection = NodePath("../PlayerDetection")
|
||||
|
||||
[node name="PlayerDetection" type="Area2D" parent="."]
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue