mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
Navigation obstacles
This commit is contained in:
parent
f962c21e84
commit
a01ed821b7
24 changed files with 170 additions and 94 deletions
6
Scripts/Misc/NavigationMap.cs
Normal file
6
Scripts/Misc/NavigationMap.cs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
using Godot;
|
||||
using System;
|
||||
|
||||
public partial class NavigationMap : NavigationRegion2D
|
||||
{
|
||||
}
|
||||
1
Scripts/Misc/NavigationMap.cs.uid
Normal file
1
Scripts/Misc/NavigationMap.cs.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://dk0572j6bj7p3
|
||||
Loading…
Add table
Add a link
Reference in a new issue