Navigation obstacles

This commit is contained in:
Marco 2025-03-25 10:54:19 +01:00
commit a01ed821b7
24 changed files with 170 additions and 94 deletions

View file

@ -46,3 +46,7 @@ gravity_scale = 0.0
visible = false
position = Vector2(0.5, -1)
shape = SubResource("RectangleShape2D_ss2y0")
[node name="NavigationObstacle2D" type="NavigationObstacle2D" parent="."]
radius = 8.36
vertices = PackedVector2Array(-6, -10, 6, -10, 6, 5, -6, 5)