mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 21:15:54 +00:00
Navigation obstacles
This commit is contained in:
parent
f962c21e84
commit
a01ed821b7
24 changed files with 170 additions and 94 deletions
|
|
@ -56,3 +56,8 @@ gravity_scale = 0.0
|
|||
[node name="CollisionShape2D" type="CollisionShape2D" parent="RigidBody2D"]
|
||||
position = Vector2(0, 1.5)
|
||||
shape = SubResource("RectangleShape2D_ss2y0")
|
||||
|
||||
[node name="NavigationObstacle2D" type="NavigationObstacle2D" parent="."]
|
||||
visible = false
|
||||
radius = 8.36
|
||||
vertices = PackedVector2Array(-6, -15, 6, -15, 6, 0, -6, 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue