mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-15 12:53:47 +00:00
Navigation obstacles
This commit is contained in:
parent
f962c21e84
commit
a01ed821b7
24 changed files with 170 additions and 94 deletions
|
|
@ -210,3 +210,8 @@ max_distance = 200.0
|
|||
[node name="DeactivationSound" type="AudioStreamPlayer2D" parent="."]
|
||||
stream = ExtResource("7_0ahfd")
|
||||
max_distance = 200.0
|
||||
|
||||
[node name="NavigationObstacle2D" type="NavigationObstacle2D" parent="."]
|
||||
radius = 19.84
|
||||
vertices = PackedVector2Array(-16, -17, 16, -17, 16, 17, -16, 17)
|
||||
affect_navigation_mesh = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue